Lines Matching refs:testpropq

46 static char *testpropq = NULL;  variable
795 testctx, testpropq); in load_example_key()
943 if (!TEST_ptr(pctx = EVP_PKEY_CTX_new_from_name(testctx, keytype, testpropq))) in make_key_fromdata()
1399 testpropq, pkey, NULL))) in test_EC_priv_only_legacy()
1663 testpropq))) in test_EVP_Enveloped()
1978 if (!TEST_ptr(sha256 = EVP_MD_fetch(testctx, "sha256", testpropq)) in test_EVP_Digest()
1979 || !TEST_ptr(shake256 = EVP_MD_fetch(testctx, "shake256", testpropq))) in test_EVP_Digest()
2331 pkey = PEM_read_bio_PUBKEY_ex(bio, NULL, NULL, NULL, testctx, testpropq); in test_EVP_SM2_verify()
2341 if (!TEST_ptr(pctx = EVP_PKEY_CTX_new_from_pkey(testctx, pkey, testpropq))) in test_EVP_SM2_verify()
2346 if (!TEST_ptr(sm3 = EVP_MD_fetch(testctx, "sm3", testpropq))) in test_EVP_SM2_verify()
2400 "SM2", testpropq))) in test_EVP_SM2()
2413 pkeyparams, testpropq))) in test_EVP_SM2()
2428 if (!TEST_ptr(sctx = EVP_PKEY_CTX_new_from_pkey(testctx, pkey, testpropq))) in test_EVP_SM2()
2434 if (!TEST_ptr(check_md = EVP_MD_fetch(testctx, "sm3", testpropq))) in test_EVP_SM2()
2511 pkey, testpropq))) in test_EVP_SM2()
2543 if (!TEST_ptr(check_md = EVP_MD_fetch(testctx, mdname, testpropq))) in test_EVP_SM2()
2741 if (!TEST_ptr(ctx = EVP_PKEY_CTX_new_from_pkey(testctx, pkey, testpropq))) in test_EVP_PKEY_check()
2790 testpropq, pkey, NULL)) in get_cmac_val()
2875 if (!TEST_ptr(pctx = EVP_PKEY_CTX_new_from_name(testctx, "HKDF", testpropq))) in test_HKDF()
2919 if (!TEST_ptr(pctx = EVP_PKEY_CTX_new_from_name(testctx, "HKDF", testpropq))) in test_emptyikm_HKDF()
2960 if (!TEST_ptr(pctx = EVP_PKEY_CTX_new_from_name(testctx, "HKDF", testpropq))) in test_empty_salt_info_HKDF()
2990 X509_PUBKEY *xp = X509_PUBKEY_new_ex(testctx, testpropq); in test_X509_PUBKEY_inplace()
3025 xp = X509_PUBKEY_new_ex(testctx, testpropq); in test_X509_PUBKEY_dup()
3073 ctx = EVP_PKEY_CTX_new_from_pkey(testctx, pkey, testpropq); in test_EVP_PKEY_CTX_get_set_params()
3129 || !TEST_true(EVP_DigestSignInit_ex(mdctx, NULL, "SHA1", testctx, testpropq, in test_EVP_PKEY_CTX_get_set_params()
3448 if (!TEST_ptr(cipher = EVP_CIPHER_fetch(testctx, "ChaCha20-Poly1305", testpropq)) in test_decrypt_null_chunks()
3700 || !TEST_ptr(rand = EVP_RAND_fetch(testctx, "TEST-RAND", testpropq))) in test_rand_agglomeration()
3780 EVP_CIPHER_fetch(testctx, "aes-128-cbc", testpropq); in test_evp_iv_aes()
3790 EVP_CIPHER_fetch(testctx, "aes-128-ofb", testpropq); in test_evp_iv_aes()
3800 EVP_CIPHER_fetch(testctx, "aes-128-cfb", testpropq); in test_evp_iv_aes()
3810 EVP_CIPHER_fetch(testctx, "aes-128-gcm", testpropq); in test_evp_iv_aes()
3819 EVP_CIPHER_fetch(testctx, "aes-128-ccm", testpropq); in test_evp_iv_aes()
3833 EVP_CIPHER_fetch(testctx, "aes-128-ocb", testpropq); in test_evp_iv_aes()
3926 type = EVP_CIPHER_fetch(testctx, "des-cbc", testpropq); in test_evp_iv_des()
3931 type = EVP_CIPHER_fetch(testctx, "des-ofb", testpropq); in test_evp_iv_des()
3936 type = EVP_CIPHER_fetch(testctx, "des-cfb", testpropq); in test_evp_iv_des()
3941 type = EVP_CIPHER_fetch(testctx, "des-ede3-cbc", testpropq); in test_evp_iv_des()
3946 type = EVP_CIPHER_fetch(testctx, "des-ede3-ofb", testpropq); in test_evp_iv_des()
3951 type = EVP_CIPHER_fetch(testctx, "des-ede3-cfb", testpropq); in test_evp_iv_des()
4004 if (!TEST_ptr(cipher = EVP_CIPHER_fetch(testctx, algos[idx], testpropq)) in test_evp_bf_default_keylen()
4099 md = EVP_MD_fetch(testctx, "sha256", testpropq); in test_EVP_rsa_pss_with_keygen_bits()
4101 && TEST_ptr((ctx = EVP_PKEY_CTX_new_from_name(testctx, "RSA-PSS", testpropq))) in test_EVP_rsa_pss_with_keygen_bits()
4324 if (!TEST_ptr(type = EVP_CIPHER_fetch(testctx, t->cipher, testpropq))) { in test_evp_init_seq()
4406 || !TEST_ptr(type = EVP_CIPHER_fetch(testctx, t->cipher, testpropq)) in test_evp_reinit_seq()
4466 if (!TEST_ptr(type = EVP_CIPHER_fetch(testctx, "aes-128-cfb", testpropq))) { in test_evp_reset()
4579 if ((type = EVP_CIPHER_fetch(testctx, t->cipher, testpropq)) == NULL) { in test_evp_updated_iv()
4665 if (!TEST_ptr(type = EVP_CIPHER_fetch(testctx, "aes-256-gcm", testpropq))) { in test_gcm_reinit()
4777 testpropq))) in test_ivlen_change()
4848 testpropq))) in test_keylen_change()