Searched refs:M_ASN1_new_of (Results 1 – 10 of 10) sorted by relevance
349 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()
84 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()
43 cd = M_ASN1_new_of(CMS_CompressedData); in ossl_cms_CompressedData_create()
31 dd = M_ASN1_new_of(CMS_DigestedData); in ossl_cms_DigestedData_create()
128 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()
514 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()
236 cms->d.encryptedData = M_ASN1_new_of(CMS_EncryptedData); in CMS_EncryptedData_set1_key()
39 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()
924 # define M_ASN1_new_of(type) (type *)ASN1_item_new(ASN1_ITEM_rptr(type)) macro
757 # define M_ASN1_new_of(type) (type *)ASN1_item_new(ASN1_ITEM_rptr(type)) macro