Searched refs:testpropq (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/openssl/test/ |
H A D | evp_extra_test.c | 45 static char *testpropq = NULL; variable 611 testctx, testpropq); in load_example_key() 717 if (!TEST_ptr(pctx = EVP_PKEY_CTX_new_from_name(testctx, keytype, testpropq))) in make_key_fromdata() 1114 testpropq, pkey, NULL))) in test_EC_priv_only_legacy() 1308 testpropq))) in test_EVP_Enveloped() 1623 if (!TEST_ptr(sha256 = EVP_MD_fetch(testctx, "sha256", testpropq)) in test_EVP_Digest() 1624 || !TEST_ptr(shake256 = EVP_MD_fetch(testctx, "shake256", testpropq))) in test_EVP_Digest() 1976 pkey = PEM_read_bio_PUBKEY_ex(bio, NULL, NULL, NULL, testctx, testpropq); in test_EVP_SM2_verify() 1986 if (!TEST_ptr(pctx = EVP_PKEY_CTX_new_from_pkey(testctx, pkey, testpropq))) in test_EVP_SM2_verify() 1991 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() 255 testpropq)) in encode_EVP_PKEY_prov() 318 testctx, testpropq)) in decode_EVP_PKEY_prov() 371 if (!TEST_FL_ptr(cipher = EVP_CIPHER_fetch(testctx, pcipher, testpropq))) in encode_EVP_PKEY_legacy_PEM() 457 pass_pw, (void *)pass, testctx, testpropq), 0) in encode_EVP_PKEY_PVK() 531 EVP_PKEY *pkey = EVP_PKCS82PKEY_ex(p8inf, testctx, testpropq); in check_unprotected_PKCS8_DER() 812 EVP_PKEY *pkey = d2i_PUBKEY_ex(NULL, &datap, data_len, testctx, testpropq); in check_public_DER()
|