Lines Matching refs:testpropq
41 static char *testpropq = NULL; variable
581 testctx, testpropq); in load_example_key()
690 if (!TEST_ptr(pctx = EVP_PKEY_CTX_new_from_name(testctx, keytype, testpropq))) in test_fromdata()
986 testpropq, pkey, NULL))) in test_EC_priv_only_legacy()
1094 testpropq))) in test_EVP_Enveloped()
1409 if (!TEST_ptr(sha256 = EVP_MD_fetch(testctx, "sha256", testpropq)) in test_EVP_Digest()
1410 || !TEST_ptr(shake256 = EVP_MD_fetch(testctx, "shake256", testpropq))) in test_EVP_Digest()
1733 pkey = PEM_read_bio_PUBKEY_ex(bio, NULL, NULL, NULL, testctx, testpropq); in test_EVP_SM2_verify()
1743 if (!TEST_ptr(pctx = EVP_PKEY_CTX_new_from_pkey(testctx, pkey, testpropq))) in test_EVP_SM2_verify()
1748 if (!TEST_ptr(sm3 = EVP_MD_fetch(testctx, "sm3", testpropq))) in test_EVP_SM2_verify()
1802 "SM2", testpropq))) in test_EVP_SM2()
1815 pkeyparams, testpropq))) in test_EVP_SM2()
1830 if (!TEST_ptr(sctx = EVP_PKEY_CTX_new_from_pkey(testctx, pkey, testpropq))) in test_EVP_SM2()
1836 if (!TEST_ptr(check_md = EVP_MD_fetch(testctx, "sm3", testpropq))) in test_EVP_SM2()
1895 pkey, testpropq))) in test_EVP_SM2()
1927 if (!TEST_ptr(check_md = EVP_MD_fetch(testctx, mdname, testpropq))) in test_EVP_SM2()
2125 if (!TEST_ptr(ctx = EVP_PKEY_CTX_new_from_pkey(testctx, pkey, testpropq))) in test_EVP_PKEY_check()
2174 testpropq, pkey, NULL)) in get_cmac_val()
2259 if (!TEST_ptr(pctx = EVP_PKEY_CTX_new_from_name(testctx, "HKDF", testpropq))) in test_HKDF()
2303 if (!TEST_ptr(pctx = EVP_PKEY_CTX_new_from_name(testctx, "HKDF", testpropq))) in test_emptyikm_HKDF()
2333 X509_PUBKEY *xp = X509_PUBKEY_new_ex(testctx, testpropq); in test_X509_PUBKEY_inplace()
2368 xp = X509_PUBKEY_new_ex(testctx, testpropq); in test_X509_PUBKEY_dup()
2416 ctx = EVP_PKEY_CTX_new_from_pkey(testctx, pkey, testpropq); in test_EVP_PKEY_CTX_get_set_params()
2472 || !TEST_true(EVP_DigestSignInit_ex(mdctx, NULL, "SHA1", testctx, testpropq, in test_EVP_PKEY_CTX_get_set_params()
2642 if (!TEST_ptr(cipher = EVP_CIPHER_fetch(testctx, "ChaCha20-Poly1305", testpropq)) in test_decrypt_null_chunks()
2894 || !TEST_ptr(rand = EVP_RAND_fetch(testctx, "TEST-RAND", testpropq))) in test_rand_agglomeration()
2959 EVP_CIPHER_fetch(testctx, "aes-128-cbc", testpropq); in test_evp_iv_aes()
2969 EVP_CIPHER_fetch(testctx, "aes-128-ofb", testpropq); in test_evp_iv_aes()
2979 EVP_CIPHER_fetch(testctx, "aes-128-cfb", testpropq); in test_evp_iv_aes()
2989 EVP_CIPHER_fetch(testctx, "aes-128-gcm", testpropq); in test_evp_iv_aes()
2998 EVP_CIPHER_fetch(testctx, "aes-128-ccm", testpropq); in test_evp_iv_aes()
3012 EVP_CIPHER_fetch(testctx, "aes-128-ocb", testpropq); in test_evp_iv_aes()
3099 type = EVP_CIPHER_fetch(testctx, "des-cbc", testpropq); in test_evp_iv_des()
3104 type = EVP_CIPHER_fetch(testctx, "des-ofb", testpropq); in test_evp_iv_des()
3109 type = EVP_CIPHER_fetch(testctx, "des-cfb", testpropq); in test_evp_iv_des()
3114 type = EVP_CIPHER_fetch(testctx, "des-ede3-cbc", testpropq); in test_evp_iv_des()
3119 type = EVP_CIPHER_fetch(testctx, "des-ede3-ofb", testpropq); in test_evp_iv_des()
3124 type = EVP_CIPHER_fetch(testctx, "des-ede3-cfb", testpropq); in test_evp_iv_des()
3243 md = EVP_MD_fetch(testctx, "sha256", testpropq); in test_EVP_rsa_pss_with_keygen_bits()
3245 && TEST_ptr((ctx = EVP_PKEY_CTX_new_from_name(testctx, "RSA", testpropq))) in test_EVP_rsa_pss_with_keygen_bits()
3405 if (!TEST_ptr(type = EVP_CIPHER_fetch(testctx, t->cipher, testpropq))) { in test_evp_init_seq()
3509 if (!TEST_ptr(type = EVP_CIPHER_fetch(testctx, "aes-128-cfb", testpropq))) { in test_evp_reset()
3622 if ((type = EVP_CIPHER_fetch(testctx, t->cipher, testpropq)) == NULL) { in test_evp_updated_iv()
3707 if (!TEST_ptr(type = EVP_CIPHER_fetch(testctx, "aes-256-gcm", testpropq))) { in test_gcm_reinit()