Searched refs:testpropq (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/crypto/openssl/test/ |
| H A D | evp_extra_test.c | 45 static char *testpropq = NULL; variable 611 testctx, testpropq); in load_example_key() 1308 testpropq))) in test_EVP_Enveloped() 2635 X509_PUBKEY *xp = X509_PUBKEY_new_ex(testctx, testpropq); in test_X509_PUBKEY_inplace() 2670 xp = X509_PUBKEY_new_ex(testctx, testpropq); in test_X509_PUBKEY_dup() 2718 ctx = EVP_PKEY_CTX_new_from_pkey(testctx, pkey, testpropq); in test_EVP_PKEY_CTX_get_set_params() 3486 type = EVP_CIPHER_fetch(testctx, "des-cbc", testpropq); in test_evp_iv_des() 3491 type = EVP_CIPHER_fetch(testctx, "des-ofb", testpropq); in test_evp_iv_des() 3655 md = EVP_MD_fetch(testctx, "sha256", testpropq); in test_EVP_rsa_pss_with_keygen_bits() 4319 testpropq))) in test_ivlen_change() [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()
|