| /src/crypto/external/bsd/openssl/dist/test/ |
| evp_extra_test.c | 45 static char *testpropq = NULL; variable 611 testctx, testpropq); 717 if (!TEST_ptr(pctx = EVP_PKEY_CTX_new_from_name(testctx, keytype, testpropq))) 1114 testpropq, pkey, NULL))) 1308 testpropq))) 1623 if (!TEST_ptr(sha256 = EVP_MD_fetch(testctx, "sha256", testpropq)) 1624 || !TEST_ptr(shake256 = EVP_MD_fetch(testctx, "shake256", testpropq))) 1976 pkey = PEM_read_bio_PUBKEY_ex(bio, NULL, NULL, NULL, testctx, testpropq); 1986 if (!TEST_ptr(pctx = EVP_PKEY_CTX_new_from_pkey(testctx, pkey, testpropq))) 1991 if (!TEST_ptr(sm3 = EVP_MD_fetch(testctx, "sm3", testpropq))) [all...] |
| endecode_test.c | 50 static char *testpropq = NULL; variable 93 (void)((ctx = EVP_PKEY_CTX_new_from_name(keyctx, type, testpropq)) != NULL 111 ? EVP_PKEY_CTX_new_from_pkey(keyctx, template, testpropq) 112 : EVP_PKEY_CTX_new_from_name(keyctx, type, testpropq); 255 testpropq)) 318 testctx, testpropq)) 371 if (!TEST_FL_ptr(cipher = EVP_CIPHER_fetch(testctx, pcipher, testpropq))) 457 pass_pw, (void *)pass, testctx, testpropq), 0) 531 EVP_PKEY *pkey = EVP_PKCS82PKEY_ex(p8inf, testctx, testpropq); 812 EVP_PKEY *pkey = d2i_PUBKEY_ex(NULL, &datap, data_len, testctx, testpropq); [all...] |
| /src/crypto/external/apache2/openssl/dist/test/ |
| endecode_test.c | 55 static char *testpropq = NULL; variable 98 (void)((ctx = EVP_PKEY_CTX_new_from_name(keyctx, type, testpropq)) != NULL 115 ? EVP_PKEY_CTX_new_from_pkey(keyctx, template, testpropq) 116 : EVP_PKEY_CTX_new_from_name(keyctx, type, testpropq); 259 testpropq)) 322 testctx, testpropq)) 375 if (!TEST_FL_ptr(cipher = EVP_CIPHER_fetch(testctx, pcipher, testpropq))) 462 pass_pw, (void *)pass, testctx, testpropq), 536 EVP_PKEY *pkey = EVP_PKCS82PKEY_ex(p8inf, testctx, testpropq); 815 EVP_PKEY *pkey = d2i_PUBKEY_ex(NULL, &datap, data_len, testctx, testpropq); [all...] |
| evp_extra_test.c | 49 static char *testpropq = NULL; variable 901 testctx, testpropq); 1049 if (!TEST_ptr(pctx = EVP_PKEY_CTX_new_from_name(testctx, keytype, testpropq))) 1511 testpropq, pkey, NULL))) 1779 testpropq))) 2137 if (!TEST_ptr(sha256 = EVP_MD_fetch(testctx, "sha256", testpropq)) 2138 || !TEST_ptr(shake256 = EVP_MD_fetch(testctx, "shake256", testpropq))) 2512 pkey = PEM_read_bio_PUBKEY_ex(bio, NULL, NULL, NULL, testctx, testpropq); 2522 if (!TEST_ptr(pctx = EVP_PKEY_CTX_new_from_pkey(testctx, pkey, testpropq))) 2527 if (!TEST_ptr(sm3 = EVP_MD_fetch(testctx, "sm3", testpropq))) [all...] |
| hpke_test.c | 22 static char *testpropq = "provider=default"; variable 97 const char *propq = testpropq;
|