Searched refs:testpropq (Results 1 - 2 of 2) sorted by relevance
/third_party/openssl/test/ |
H A D | evp_extra_test.c | 41 static char *testpropq = NULL; variable 593 testctx, testpropq); in load_example_key() 699 if (!TEST_ptr(pctx = EVP_PKEY_CTX_new_from_name(testctx, keytype, testpropq))) in make_key_fromdata() 1096 testpropq, pkey, NULL))) in test_EC_priv_only_legacy() 1204 testpropq))) in test_EVP_Enveloped() 1519 if (!TEST_ptr(sha256 = EVP_MD_fetch(testctx, "sha256", testpropq)) in test_EVP_Digest() 1520 || !TEST_ptr(shake256 = EVP_MD_fetch(testctx, "shake256", testpropq))) in test_EVP_Digest() 1872 pkey = PEM_read_bio_PUBKEY_ex(bio, NULL, NULL, NULL, testctx, testpropq); in test_EVP_SM2_verify() 1882 if (!TEST_ptr(pctx = EVP_PKEY_CTX_new_from_pkey(testctx, pkey, testpropq))) in test_EVP_SM2_verify() 1887 if (!TEST_ptr(sm3 = EVP_MD_fetch(testctx, "sm3", testpropq))) in test_EVP_SM2_verify() [all...] |
H A D | endecode_test.c | 50 static char *testpropq = NULL; variable 93 (void)((ctx = EVP_PKEY_CTX_new_from_name(keyctx, type, testpropq)) != NULL in make_template() 111 ? EVP_PKEY_CTX_new_from_pkey(keyctx, template, testpropq) in make_key() 112 : EVP_PKEY_CTX_new_from_name(keyctx, type, testpropq); in make_key() 243 testpropq)) in encode_EVP_PKEY_prov() 306 testctx, testpropq)) in decode_EVP_PKEY_prov() 359 if (!TEST_FL_ptr(cipher = EVP_CIPHER_fetch(testctx, pcipher, testpropq))) in encode_EVP_PKEY_legacy_PEM() 445 pass_pw, (void *)pass, testctx, testpropq), 0) in encode_EVP_PKEY_PVK() 519 EVP_PKEY *pkey = EVP_PKCS82PKEY_ex(p8inf, testctx, testpropq); in check_unprotected_PKCS8_DER() 800 EVP_PKEY *pkey = d2i_PUBKEY_ex(NULL, &datap, data_len, testctx, testpropq); in check_public_DER() [all...] |
Completed in 7 milliseconds