Home
last modified time | relevance | path

Searched refs:M_ASN1_new_of (Results 1 – 9 of 9) sorted by relevance

/third_party/openssl/crypto/cms/
Dcms_kari.c293 ri->d.kari = M_ASN1_new_of(CMS_KeyAgreeRecipientInfo); in cms_RecipientInfo_kari_init()
301 rek = M_ASN1_new_of(CMS_RecipientEncryptedKey); in cms_RecipientInfo_kari_init()
312 rek->rid->d.rKeyId = M_ASN1_new_of(CMS_RecipientKeyIdentifier); in cms_RecipientInfo_kari_init()
392 oik->d.originatorKey = M_ASN1_new_of(CMS_OriginatorPublicKey); in cms_RecipientInfo_kari_encrypt()
Dcms_env.c36 cms->d.envelopedData = M_ASN1_new_of(CMS_EnvelopedData); in cms_enveloped_data_init()
134 ri->d.ktri = M_ASN1_new_of(CMS_KeyTransRecipientInfo); in cms_RecipientInfo_ktri_init()
189 ri = M_ASN1_new_of(CMS_RecipientInfo); in CMS_add1_recipient_cert()
529 ri = M_ASN1_new_of(CMS_RecipientInfo); in CMS_add0_recipient_key()
533 ri->d.kekri = M_ASN1_new_of(CMS_KEKRecipientInfo); in CMS_add0_recipient_key()
541 kekri->kekid->other = M_ASN1_new_of(CMS_OtherKeyAttribute); in CMS_add0_recipient_key()
Dcms_cd.c41 cd = M_ASN1_new_of(CMS_CompressedData); in cms_CompressedData_create()
Dcms_lib.c372 cch = M_ASN1_new_of(CMS_CertificateChoices); in CMS_add0_CertificateChoices()
449 rch = M_ASN1_new_of(CMS_RevocationInfoChoice); in CMS_add0_RevocationInfoChoice()
555 ias = M_ASN1_new_of(CMS_IssuerAndSerialNumber); in cms_set1_ias()
Dcms_dd.c28 dd = M_ASN1_new_of(CMS_DigestedData); in cms_DigestedData_create()
Dcms_pwri.c116 ri = M_ASN1_new_of(CMS_RecipientInfo); in CMS_add0_recipient_password()
120 ri->d.pwri = M_ASN1_new_of(CMS_PasswordRecipientInfo); in CMS_add0_recipient_password()
Dcms_enc.c192 cms->d.encryptedData = M_ASN1_new_of(CMS_EncryptedData); in CMS_EncryptedData_set1_key()
Dcms_sd.c35 cms->d.signedData = M_ASN1_new_of(CMS_SignedData); in cms_signed_data_init()
257 si = M_ASN1_new_of(CMS_SignerInfo); in CMS_add1_signer()
/third_party/openssl/include/openssl/
Dasn1.h704 # define M_ASN1_new_of(type) (type *)ASN1_item_new(ASN1_ITEM_rptr(type)) macro