Lines Matching refs:EVP_CIPHER_fetch
1663 else if (!TEST_ptr(type = EVP_CIPHER_fetch(testctx, "AES-256-CBC", in test_EVP_Enveloped()
3449 if (!TEST_ptr(cipher = EVP_CIPHER_fetch(testctx, "ChaCha20-Poly1305", testpropq)) in test_decrypt_null_chunks()
3781 EVP_CIPHER_fetch(testctx, "aes-128-cbc", testpropq); in test_evp_iv_aes()
3791 EVP_CIPHER_fetch(testctx, "aes-128-ofb", testpropq); in test_evp_iv_aes()
3801 EVP_CIPHER_fetch(testctx, "aes-128-cfb", testpropq); in test_evp_iv_aes()
3811 EVP_CIPHER_fetch(testctx, "aes-128-gcm", testpropq); in test_evp_iv_aes()
3820 EVP_CIPHER_fetch(testctx, "aes-128-ccm", testpropq); in test_evp_iv_aes()
3834 EVP_CIPHER_fetch(testctx, "aes-128-ocb", testpropq); in test_evp_iv_aes()
3927 type = EVP_CIPHER_fetch(testctx, "des-cbc", testpropq); in test_evp_iv_des()
3932 type = EVP_CIPHER_fetch(testctx, "des-ofb", testpropq); in test_evp_iv_des()
3937 type = EVP_CIPHER_fetch(testctx, "des-cfb", testpropq); in test_evp_iv_des()
3942 type = EVP_CIPHER_fetch(testctx, "des-ede3-cbc", testpropq); in test_evp_iv_des()
3947 type = EVP_CIPHER_fetch(testctx, "des-ede3-ofb", testpropq); in test_evp_iv_des()
3952 type = EVP_CIPHER_fetch(testctx, "des-ede3-cfb", testpropq); in test_evp_iv_des()
4005 if (!TEST_ptr(cipher = EVP_CIPHER_fetch(testctx, algos[idx], testpropq)) in test_evp_bf_default_keylen()
4158 EVP_CIPHER *aes128 = EVP_CIPHER_fetch(ctx, "AES-128-CBC", NULL); in md_names()
4325 if (!TEST_ptr(type = EVP_CIPHER_fetch(testctx, t->cipher, testpropq))) { in test_evp_init_seq()
4407 || !TEST_ptr(type = EVP_CIPHER_fetch(testctx, t->cipher, testpropq)) in test_evp_reinit_seq()
4467 if (!TEST_ptr(type = EVP_CIPHER_fetch(testctx, "aes-128-cfb", testpropq))) { in test_evp_reset()
4580 if ((type = EVP_CIPHER_fetch(testctx, t->cipher, testpropq)) == NULL) { in test_evp_updated_iv()
4666 if (!TEST_ptr(type = EVP_CIPHER_fetch(testctx, "aes-256-gcm", testpropq))) { in test_gcm_reinit()
4777 if (!TEST_ptr(ciph = EVP_CIPHER_fetch(testctx, ivlen_change_ciphers[idx], in test_ivlen_change()
4848 if (!TEST_ptr(ciph = EVP_CIPHER_fetch(testctx, keylen_change_ciphers[idx], in test_keylen_change()
5667 || !TEST_ptr(cipher = EVP_CIPHER_fetch(testctx, "AES-256-GCM", ""))) in aes_gcm_encrypt()
5717 if ((cipher = EVP_CIPHER_fetch(testctx, "AES-256-GCM", "")) == NULL) in aes_gcm_decrypt()
5804 || !TEST_ptr(cipher = EVP_CIPHER_fetch(testctx, "RC4", ""))) in rc4_encrypt()
5843 if ((cipher = EVP_CIPHER_fetch(testctx, "RC4", "")) == NULL) in rc4_decrypt()
5940 if (!TEST_ptr(pipeline_cipher = EVP_CIPHER_fetch(testctx, "AES-256-GCM", in test_evp_cipher_pipeline()
5942 || !TEST_ptr(cipher = EVP_CIPHER_fetch(testctx, "AES-256-GCM", testpropq)) in test_evp_cipher_pipeline()