Searched refs:nn (Results 1 – 8 of 8) sorted by relevance
/openssl/crypto/lhash/ |
H A D | lhash.c | 107 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 D | sha256.c | 90 unsigned int nn; \ 93 for (nn=0;nn<SHA256_192_DIGEST_LENGTH/4;nn++) { \ 94 ll=(c)->h[nn]; (void)HOST_l2c(ll,(s)); \ 98 for (nn=0;nn<SHA224_DIGEST_LENGTH/4;nn++) { \ 99 ll=(c)->h[nn]; (void)HOST_l2c(ll,(s)); \ 103 for (nn=0;nn<SHA256_DIGEST_LENGTH/4;nn++) { \ 104 ll=(c)->h[nn]; (void)HOST_l2c(ll,(s)); \ 110 for (nn=0;nn<(c)->md_len/4;nn++) { \ 111 ll=(c)->h[nn]; (void)HOST_l2c(ll,(s)); \
|
/openssl/crypto/txt_db/ |
H A D | txt_db.c | 189 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 D | README-dev.md | 8 `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 D | README.md | 84 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 D | x509.c | 1253 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 D | statem_srvr.c | 2070 int m, nn, v, done = 0; in tls_early_post_process_client_hello() local 2073 nn = sk_SSL_COMP_num(sctx->comp_methods); in tls_early_post_process_client_hello() 2074 for (m = 0; m < nn; m++) { in tls_early_post_process_client_hello()
|
/openssl/test/recipes/30-test_evp_data/ |
H A D | evppkey_kas.txt | 11097 2ah1I3ZBoh4hyjz5oJVtPP7e2WpeH1M9gntSj7tYbak+77tm0HeLGbGn+28Xu/nn
|
Completed in 55 milliseconds