Searched refs:algtmp (Results 1 – 4 of 4) sorted by relevance
/third_party/openssl/crypto/cms/ |
D | cms_pwri.c | 296 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/node/deps/openssl/openssl/crypto/cms/ |
D | cms_pwri.c | 296 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/ |
D | x_algor.c | 168 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()
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
D | x_algor.c | 168 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()
|