Home
last modified time | relevance | path

Searched refs:algtmp (Results 1 – 2 of 2) sorted by relevance

/openssl/crypto/cms/
H A Dcms_pwri.c313 X509_ALGOR *algtmp, *kekalg = NULL; in ossl_cms_RecipientInfo_pwri_crypt() local
329 algtmp = pwri->keyEncryptionAlgorithm; in ossl_cms_RecipientInfo_pwri_crypt()
331 if (!algtmp || OBJ_obj2nid(algtmp->algorithm) != NID_id_alg_PWRI_KEK) { in ossl_cms_RecipientInfo_pwri_crypt()
337 algtmp->parameter); in ossl_cms_RecipientInfo_pwri_crypt()
367 algtmp = pwri->keyDerivationAlgorithm; in ossl_cms_RecipientInfo_pwri_crypt()
371 if (EVP_PBE_CipherInit(algtmp->algorithm, in ossl_cms_RecipientInfo_pwri_crypt()
373 algtmp->parameter, kekctx, en_de) < 0) { in ossl_cms_RecipientInfo_pwri_crypt()
/openssl/crypto/asn1/
H A Dx_algor.c180 X509_ALGOR *algtmp = NULL; in ossl_x509_algor_md_to_mgf1() local
187 if (!ossl_x509_algor_new_from_md(&algtmp, mgf1md)) in ossl_x509_algor_md_to_mgf1()
189 if (ASN1_item_pack(algtmp, ASN1_ITEM_rptr(X509_ALGOR), &stmp) == NULL) in ossl_x509_algor_md_to_mgf1()
197 X509_ALGOR_free(algtmp); in ossl_x509_algor_md_to_mgf1()

Completed in 9 milliseconds