Home
last modified time | relevance | path

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

/third_party/openssl/crypto/cms/
Dcms_pwri.c296 X509_ALGOR *algtmp, *kekalg = NULL; in ossl_cms_RecipientInfo_pwri_crypt() local
312 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()
/third_party/openssl/crypto/asn1/
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()