Home
last modified time | relevance | path

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

/openssl/crypto/lhash/
H A Dlhash.c107 nn = n->next; in OPENSSL_LH_flush()
109 n = nn; in OPENSSL_LH_flush()
130 if ((nn = OPENSSL_malloc(sizeof(*nn))) == NULL) { in OPENSSL_LH_insert()
134 nn->data = data; in OPENSSL_LH_insert()
135 nn->next = NULL; in OPENSSL_LH_insert()
136 nn->hash = hash; in OPENSSL_LH_insert()
137 *rn = nn; in OPENSSL_LH_insert()
159 nn = *rn; in OPENSSL_LH_delete()
160 *rn = nn->next; in OPENSSL_LH_delete()
161 ret = nn->data; in OPENSSL_LH_delete()
[all …]
/openssl/crypto/sha/
H A Dsha256.c90 unsigned int nn; \
93 for (nn=0;nn<SHA256_192_DIGEST_LENGTH/4;nn++) \
94 { ll=(c)->h[nn]; (void)HOST_l2c(ll,(s)); } \
97 for (nn=0;nn<SHA224_DIGEST_LENGTH/4;nn++) \
98 { ll=(c)->h[nn]; (void)HOST_l2c(ll,(s)); } \
101 for (nn=0;nn<SHA256_DIGEST_LENGTH/4;nn++) \
102 { ll=(c)->h[nn]; (void)HOST_l2c(ll,(s)); } \
107 for (nn=0;nn<(c)->md_len/4;nn++) \
108 { ll=(c)->h[nn]; (void)HOST_l2c(ll,(s)); } \
/openssl/crypto/txt_db/
H A Dtxt_db.c189 long i, j, n, nn, l, tot = 0; in TXT_DB_write() local
197 nn = db->num_fields; in TXT_DB_write()
202 for (j = 0; j < nn; j++) { in TXT_DB_write()
206 if (!BUF_MEM_grow_clean(buf, (int)(l * 2 + nn))) in TXT_DB_write()
210 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/apps/
H A Dx509.c1253 int i, j, ret = 0, num, nn = 0; in print_x509v3_exts() local
1267 if ((nn = parse_ext_names(tmp_ext_names, NULL)) == 0) { in print_x509v3_exts()
1271 if ((names = OPENSSL_malloc(sizeof(char *) * nn)) == NULL) in print_x509v3_exts()
1284 for (j = 0; j < nn; j++) { in print_x509v3_exts()
/openssl/ssl/statem/
H A Dstatem_srvr.c2067 int m, nn, v, done = 0; in tls_early_post_process_client_hello() local
2070 nn = sk_SSL_COMP_num(sctx->comp_methods); in tls_early_post_process_client_hello()
2071 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 43 milliseconds