Home
last modified time | relevance | path

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

/openssl-master/crypto/lhash/
A Dlhash.c97 nn = n->next; in OPENSSL_LH_flush()
99 n = nn; in OPENSSL_LH_flush()
118 if ((nn = OPENSSL_malloc(sizeof(*nn))) == NULL) { in OPENSSL_LH_insert()
122 nn->data = data; in OPENSSL_LH_insert()
123 nn->next = NULL; in OPENSSL_LH_insert()
124 nn->hash = hash; in OPENSSL_LH_insert()
125 *rn = nn; in OPENSSL_LH_insert()
150 nn = *rn; in OPENSSL_LH_delete()
151 *rn = nn->next; in OPENSSL_LH_delete()
152 ret = nn->data; in OPENSSL_LH_delete()
[all …]
/openssl-master/crypto/sha/
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-master/crypto/txt_db/
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-master/test/
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:
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-master/apps/
A Dx509.c1208 int i, j, ret = 0, num, nn = 0; in print_x509v3_exts() local
1222 if ((nn = parse_ext_names(tmp_ext_names, NULL)) == 0) { in print_x509v3_exts()
1226 if ((names = OPENSSL_malloc(sizeof(char *) * nn)) == NULL) in print_x509v3_exts()
1239 for (j = 0; j < nn; j++) { in print_x509v3_exts()
/openssl-master/ssl/
A Dssl_ciph.c1960 int i, nn; in ssl3_comp_find() local
1964 nn = sk_SSL_COMP_num(sk); in ssl3_comp_find()
1965 for (i = 0; i < nn; i++) { in ssl3_comp_find()
/openssl-master/ssl/statem/
A Dstatem_srvr.c1982 int m, nn, v, done = 0; in tls_early_post_process_client_hello() local
1985 nn = sk_SSL_COMP_num(s->ctx->comp_methods); in tls_early_post_process_client_hello()
1986 for (m = 0; m < nn; m++) { in tls_early_post_process_client_hello()
/openssl-master/test/recipes/30-test_evp_data/
A Devppkey_kas.txt11097 2ah1I3ZBoh4hyjz5oJVtPP7e2WpeH1M9gntSj7tYbak+77tm0HeLGbGn+28Xu/nn

Completed in 29 milliseconds