Home
last modified time | relevance | path

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

/openssl-master/crypto/cms/
A Dcms_pwri.c292 X509_ALGOR *algtmp, *kekalg = NULL; in ossl_cms_RecipientInfo_pwri_crypt() local
308 algtmp = pwri->keyEncryptionAlgorithm; in ossl_cms_RecipientInfo_pwri_crypt()
310 if (!algtmp || OBJ_obj2nid(algtmp->algorithm) != NID_id_alg_PWRI_KEK) { in ossl_cms_RecipientInfo_pwri_crypt()
316 algtmp->parameter); in ossl_cms_RecipientInfo_pwri_crypt()
346 algtmp = pwri->keyDerivationAlgorithm; in ossl_cms_RecipientInfo_pwri_crypt()
350 if (EVP_PBE_CipherInit(algtmp->algorithm, in ossl_cms_RecipientInfo_pwri_crypt()
352 algtmp->parameter, kekctx, en_de) < 0) { in ossl_cms_RecipientInfo_pwri_crypt()
/openssl-master/crypto/asn1/
A Dx_algor.c168 X509_ALGOR *algtmp = NULL; in ossl_x509_algor_md_to_mgf1() local
175 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()

Completed in 3 milliseconds