Searched refs:algtmp (Results 1 – 2 of 2) sorted by relevance
296 X509_ALGOR *algtmp, *kekalg = NULL; in ossl_cms_RecipientInfo_pwri_crypt() local312 algtmp = pwri->keyEncryptionAlgorithm; in ossl_cms_RecipientInfo_pwri_crypt()314 if (!algtmp || OBJ_obj2nid(algtmp->algorithm) != NID_id_alg_PWRI_KEK) { in ossl_cms_RecipientInfo_pwri_crypt()320 algtmp->parameter); in ossl_cms_RecipientInfo_pwri_crypt()350 algtmp = pwri->keyDerivationAlgorithm; in ossl_cms_RecipientInfo_pwri_crypt()354 if (EVP_PBE_CipherInit(algtmp->algorithm, in ossl_cms_RecipientInfo_pwri_crypt()356 algtmp->parameter, kekctx, en_de) < 0) { in ossl_cms_RecipientInfo_pwri_crypt()
168 X509_ALGOR *algtmp = NULL; in ossl_x509_algor_md_to_mgf1() local175 if (!ossl_x509_algor_new_from_md(&algtmp, mgf1md)) in ossl_x509_algor_md_to_mgf1()177 if (ASN1_item_pack(algtmp, ASN1_ITEM_rptr(X509_ALGOR), &stmp) == NULL) in ossl_x509_algor_md_to_mgf1()186 X509_ALGOR_free(algtmp); in ossl_x509_algor_md_to_mgf1()