Home
last modified time | relevance | path

Searched refs:testpropq (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/test/
H A Devp_extra_test.c49 static char *testpropq = NULL; variable
901 testctx, testpropq); in load_example_key()
1075 if (!TEST_ptr(pctx = EVP_PKEY_CTX_new_from_name(testctx, keytype, testpropq))) in make_key_fromdata()
1666 testpropq, pkey, NULL))) in test_EC_priv_only_legacy()
1934 testpropq))) in test_EVP_Enveloped()
2292 if (!TEST_ptr(sha256 = EVP_MD_fetch(testctx, "sha256", testpropq)) in test_EVP_Digest()
2293 || !TEST_ptr(shake256 = EVP_MD_fetch(testctx, "shake256", testpropq))) in test_EVP_Digest()
2392 if (!TEST_ptr(mac = EVP_MAC_fetch(testctx, "Poly1305", testpropq)) in test_evp_mac_poly1305_no_key()
2753 pkey = PEM_read_bio_PUBKEY_ex(bio, NULL, NULL, NULL, testctx, testpropq); in test_EVP_SM2_verify()
2763 if (!TEST_ptr(pctx = EVP_PKEY_CTX_new_from_pkey(testctx, pkey, testpropq))) in test_EVP_SM2_verify()
[all …]
H A Dendecode_test.c55 static char *testpropq = NULL; variable
100 (void)((ctx = EVP_PKEY_CTX_new_from_name(keyctx, type, testpropq)) != NULL in make_template()
117 ? EVP_PKEY_CTX_new_from_pkey(keyctx, template, testpropq) in make_key()
118 : EVP_PKEY_CTX_new_from_name(keyctx, type, testpropq); in make_key()
261 testpropq)) in encode_EVP_PKEY_prov()
324 testctx, testpropq)) in decode_EVP_PKEY_prov()
377 if (!TEST_FL_ptr(cipher = EVP_CIPHER_fetch(testctx, pcipher, testpropq))) in encode_EVP_PKEY_legacy_PEM()
464 pass_pw, (void *)pass, testctx, testpropq), in encode_EVP_PKEY_PVK()
538 EVP_PKEY *pkey = EVP_PKCS82PKEY_ex(p8inf, testctx, testpropq); in check_unprotected_PKCS8_DER()
817 EVP_PKEY *pkey = d2i_PUBKEY_ex(NULL, &datap, data_len, testctx, testpropq); in check_public_DER()
H A Dhpke_test.c22 static char *testpropq = "provider=default"; variable
97 const char *propq = testpropq; in do_testhpke()