Home
last modified time | relevance | path

Searched refs:nn (Results 1 – 10 of 10) sorted by relevance

/openssl/crypto/lhash/
H A Dlhash.c97 nn = n->next; in OPENSSL_LH_flush()
99 n = nn; in OPENSSL_LH_flush()
120 if ((nn = OPENSSL_malloc(sizeof(*nn))) == NULL) { in OPENSSL_LH_insert()
124 nn->data = data; in OPENSSL_LH_insert()
125 nn->next = NULL; in OPENSSL_LH_insert()
126 nn->hash = hash; in OPENSSL_LH_insert()
127 *rn = nn; in OPENSSL_LH_insert()
149 nn = *rn; in OPENSSL_LH_delete()
150 *rn = nn->next; in OPENSSL_LH_delete()
151 ret = nn->data; in OPENSSL_LH_delete()
[all …]
/openssl/crypto/sha/
H A Dsha256.c82 unsigned int nn; \
85 for (nn=0;nn<SHA224_DIGEST_LENGTH/4;nn++) \
86 { ll=(c)->h[nn]; (void)HOST_l2c(ll,(s)); } \
89 for (nn=0;nn<SHA256_DIGEST_LENGTH/4;nn++) \
90 { ll=(c)->h[nn]; (void)HOST_l2c(ll,(s)); } \
95 for (nn=0;nn<(c)->md_len/4;nn++) \
96 { ll=(c)->h[nn]; (void)HOST_l2c(ll,(s)); } \
/openssl/crypto/txt_db/
H A Dtxt_db.c192 long i, j, n, nn, l, tot = 0; in TXT_DB_write() local
200 nn = db->num_fields; in TXT_DB_write()
205 for (j = 0; j < nn; j++) { in TXT_DB_write()
209 if (!BUF_MEM_grow_clean(buf, (int)(l * 2 + nn))) in TXT_DB_write()
213 for (j = 0; j < nn; j++) { in TXT_DB_write()
/openssl/test/
H A DREADME-dev.md8 `test/recipes/`, named `{nn}-test_{name}.t`,
9 where `{nn}` is a two digit number and
21 A test recipe is named `test/recipes/{nn}-test_{name}.t`, where `{nn}` is a two
24 The number `{nn}` is (somewhat loosely) grouped as follows:
H A DREADME.md84 nn Adds the test group 'nn' (which is a number) to the current
87 -nn Removes the test group 'nn' from the current set of tests.
/openssl/fuzz/corpora/conf/
H A D4283068d95a1fc3feccc691c0d82cf16cd6e87eb1 …n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\nn\n\n\n\n\n\n\n\n\n\n\…
/openssl/apps/
H A Dx509.c1228 int i, j, ret = 0, num, nn = 0; in print_x509v3_exts() local
1242 if ((nn = parse_ext_names(tmp_ext_names, NULL)) == 0) { in print_x509v3_exts()
1246 if ((names = OPENSSL_malloc(sizeof(char *) * nn)) == NULL) in print_x509v3_exts()
1259 for (j = 0; j < nn; j++) { in print_x509v3_exts()
/openssl/ssl/
H A Dssl_ciph.c1980 int i, nn; in ssl3_comp_find() local
1984 nn = sk_SSL_COMP_num(sk); in ssl3_comp_find()
1985 for (i = 0; i < nn; i++) { in ssl3_comp_find()
/openssl/ssl/statem/
H A Dstatem_srvr.c1995 int m, nn, v, done = 0; in tls_early_post_process_client_hello() local
1998 nn = sk_SSL_COMP_num(sctx->comp_methods); in tls_early_post_process_client_hello()
1999 for (m = 0; m < nn; m++) { in tls_early_post_process_client_hello()
/openssl/test/recipes/30-test_evp_data/
H A Devppkey_kas.txt11097 2ah1I3ZBoh4hyjz5oJVtPP7e2WpeH1M9gntSj7tYbak+77tm0HeLGbGn+28Xu/nn

Completed in 64 milliseconds