Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/crypto/cms/
H A Dcms_kari.c349 ri->d.kari = M_ASN1_new_of(CMS_KeyAgreeRecipientInfo); in ossl_cms_RecipientInfo_kari_init()
358 rek = M_ASN1_new_of(CMS_RecipientEncryptedKey); in ossl_cms_RecipientInfo_kari_init()
369 rek->rid->d.rKeyId = M_ASN1_new_of(CMS_RecipientKeyIdentifier); in ossl_cms_RecipientInfo_kari_init()
502 oik->d.originatorKey = M_ASN1_new_of(CMS_OriginatorPublicKey); in ossl_cms_RecipientInfo_kari_encrypt()
H A Dcms_env.c84 cms->d.envelopedData = M_ASN1_new_of(CMS_EnvelopedData); in cms_enveloped_data_init()
103 cms->d.authEnvelopedData = M_ASN1_new_of(CMS_AuthEnvelopedData); in cms_auth_enveloped_data_init()
305 ri->d.ktri = M_ASN1_new_of(CMS_KeyTransRecipientInfo); in cms_RecipientInfo_ktri_init()
366 ri = M_ASN1_new_of(CMS_RecipientInfo); in CMS_add1_recipient()
716 ri = M_ASN1_new_of(CMS_RecipientInfo); in CMS_add0_recipient_key()
720 ri->d.kekri = M_ASN1_new_of(CMS_KEKRecipientInfo); in CMS_add0_recipient_key()
728 kekri->kekid->other = M_ASN1_new_of(CMS_OtherKeyAttribute); in CMS_add0_recipient_key()
H A Dcms_cd.c43 cd = M_ASN1_new_of(CMS_CompressedData); in ossl_cms_CompressedData_create()
H A Dcms_dd.c31 dd = M_ASN1_new_of(CMS_DigestedData); in ossl_cms_DigestedData_create()
H A Dcms_pwri.c128 ri = M_ASN1_new_of(CMS_RecipientInfo); in CMS_add0_recipient_password()
132 ri->d.pwri = M_ASN1_new_of(CMS_PasswordRecipientInfo); in CMS_add0_recipient_password()
H A Dcms_lib.c514 cch = M_ASN1_new_of(CMS_CertificateChoices); in CMS_add0_CertificateChoices()
596 rch = M_ASN1_new_of(CMS_RevocationInfoChoice); in CMS_add0_RevocationInfoChoice()
700 ias = M_ASN1_new_of(CMS_IssuerAndSerialNumber); in ossl_cms_set1_ias()
H A Dcms_enc.c236 cms->d.encryptedData = M_ASN1_new_of(CMS_EncryptedData); in CMS_EncryptedData_set1_key()
H A Dcms_sd.c39 cms->d.signedData = M_ASN1_new_of(CMS_SignedData); in cms_signed_data_init()
322 si = M_ASN1_new_of(CMS_SignerInfo); in CMS_add1_signer()
/freebsd/crypto/openssl/include/openssl/
H A Dasn1.h924 # define M_ASN1_new_of(type) (type *)ASN1_item_new(ASN1_ITEM_rptr(type)) macro
H A Dasn1.h.in757 # define M_ASN1_new_of(type) (type *)ASN1_item_new(ASN1_ITEM_rptr(type)) macro