Searched refs:EVP_get_cipherbyobj (Results 1 – 7 of 7) sorted by relevance
103 ciph = EVP_get_cipherbyobj(calg->algorithm); in cms_EncryptedContent_init_bio()
363 kekcipher = EVP_get_cipherbyobj(kekalg->algorithm); in cms_RecipientInfo_pwri_crypt()
445 if ((ciph = EVP_get_cipherbyobj(calg->algorithm)) == NULL) { in cms_RecipientInfo_ktri_decrypt()
200 cipher = EVP_get_cipherbyobj(pbe2->encryption->algorithm); in PKCS5_v2_PBE_keyivgen()
462 evp_cipher = EVP_get_cipherbyobj(enc_alg->algorithm); in PKCS7_dataDecode()472 evp_cipher = EVP_get_cipherbyobj(enc_alg->algorithm); in PKCS7_dataDecode()
804 kekcipher = EVP_get_cipherbyobj(kekalg->algorithm); in ecdh_cms_set_shared_info()
338 #define EVP_get_cipherbyobj(a) EVP_get_cipherbynid(OBJ_obj2nid(a)) macro