Searched refs:testpropq (Results 1 – 3 of 3) sorted by relevance
| /freebsd/crypto/openssl/test/ |
| H A D | evp_extra_test.c | 49 static char *testpropq = NULL; variable 901 testctx, testpropq); in load_example_key() 1049 if (!TEST_ptr(pctx = EVP_PKEY_CTX_new_from_name(testctx, keytype, testpropq))) in make_key_fromdata() 1511 testpropq, pkey, NULL))) in test_EC_priv_only_legacy() 1779 testpropq))) in test_EVP_Enveloped() 2137 if (!TEST_ptr(sha256 = EVP_MD_fetch(testctx, "sha256", testpropq)) in test_EVP_Digest() 2138 || !TEST_ptr(shake256 = EVP_MD_fetch(testctx, "shake256", testpropq))) in test_EVP_Digest() 2512 pkey = PEM_read_bio_PUBKEY_ex(bio, NULL, NULL, NULL, testctx, testpropq); in test_EVP_SM2_verify() 2522 if (!TEST_ptr(pctx = EVP_PKEY_CTX_new_from_pkey(testctx, pkey, testpropq))) in test_EVP_SM2_verify() 2527 if (!TEST_ptr(sm3 = EVP_MD_fetch(testctx, "sm3", testpropq))) in test_EVP_SM2_verify() [all …]
|
| H A D | endecode_test.c | 55 static char *testpropq = NULL; variable 98 (void)((ctx = EVP_PKEY_CTX_new_from_name(keyctx, type, testpropq)) != NULL in make_template() 115 ? EVP_PKEY_CTX_new_from_pkey(keyctx, template, testpropq) in make_key() 116 : EVP_PKEY_CTX_new_from_name(keyctx, type, testpropq); in make_key() 259 testpropq)) in encode_EVP_PKEY_prov() 322 testctx, testpropq)) in decode_EVP_PKEY_prov() 375 if (!TEST_FL_ptr(cipher = EVP_CIPHER_fetch(testctx, pcipher, testpropq))) in encode_EVP_PKEY_legacy_PEM() 462 pass_pw, (void *)pass, testctx, testpropq), in encode_EVP_PKEY_PVK() 536 EVP_PKEY *pkey = EVP_PKCS82PKEY_ex(p8inf, testctx, testpropq); in check_unprotected_PKCS8_DER() 815 EVP_PKEY *pkey = d2i_PUBKEY_ex(NULL, &datap, data_len, testctx, testpropq); in check_public_DER()
|
| H A D | hpke_test.c | 22 static char *testpropq = "provider=default"; variable 97 const char *propq = testpropq; in do_testhpke()
|