Home
last modified time | relevance | path

Searched refs:contentType (Results 1 – 11 of 11) sorted by relevance

/crypto/cms/
A Dcms_lib.c112 return cms->contentType; in CMS_get0_type()
120 cms->contentType = OBJ_nid2obj(NID_pkcs7_data); in ossl_cms_Data_create()
156 switch (OBJ_obj2nid(cms->contentType)) { in CMS_dataInit()
232 switch (OBJ_obj2nid(cms->contentType)) { in ossl_cms_DataFinal()
265 switch (OBJ_obj2nid(cms->contentType)) { in CMS_get0_content()
308 switch (OBJ_obj2nid(cms->contentType)) { in cms_get0_econtent_type()
314 return &cms->d.envelopedData->encryptedContentInfo->contentType; in cms_get0_econtent_type()
320 return &cms->d.encryptedData->encryptedContentInfo->contentType; in cms_get0_econtent_type()
324 ->contentType; in cms_get0_econtent_type()
494 switch (OBJ_obj2nid(cms->contentType)) { in STACK_OF()
[all …]
A Dcms_cd.c48 cms->contentType = OBJ_nid2obj(NID_id_smime_ct_compressedData); in ossl_cms_CompressedData_create()
71 if (OBJ_obj2nid(cms->contentType) != NID_id_smime_ct_compressedData) { in ossl_cms_CompressedData_init_bio()
A Dcms_env.c38 int nid = OBJ_obj2nid(cms->contentType); in cms_get_enveloped_type_simple()
63 if (OBJ_obj2nid(cms->contentType) != NID_pkcs7_enveloped) { in ossl_cms_get0_enveloped()
72 if (OBJ_obj2nid(cms->contentType) != NID_id_smime_ct_authEnvelopedData) { in ossl_cms_get0_auth_enveloped()
88 cms->d.envelopedData->encryptedContentInfo->contentType = in cms_enveloped_data_init()
90 ASN1_OBJECT_free(cms->contentType); in cms_enveloped_data_init()
91 cms->contentType = OBJ_nid2obj(NID_pkcs7_enveloped); in cms_enveloped_data_init()
108 cms->d.authEnvelopedData->authEncryptedContentInfo->contentType = in cms_auth_enveloped_data_init()
110 ASN1_OBJECT_free(cms->contentType); in cms_auth_enveloped_data_init()
111 cms->contentType = OBJ_nid2obj(NID_id_smime_ct_authEnvelopedData); in cms_auth_enveloped_data_init()
292 ci->contentType = OBJ_nid2obj(NID_pkcs7_enveloped); in CMS_EnvelopedData_decrypt()
[all …]
A Dcms_enc.c218 ec->contentType = OBJ_nid2obj(NID_pkcs7_data); in ossl_cms_EncryptedContent_init()
237 cms->contentType = OBJ_nid2obj(NID_pkcs7_encrypted); in CMS_EncryptedData_set1_key()
239 } else if (OBJ_obj2nid(cms->contentType) != NID_pkcs7_encrypted) { in CMS_EncryptedData_set1_key()
A Dcms_local.h54 ASN1_OBJECT *contentType; member
130 ASN1_OBJECT *contentType; member
393 ASN1_OBJECT *contentType; member
A Dcms_asn1.c105 ASN1_SIMPLE(CMS_EncryptedContentInfo, contentType, ASN1_OBJECT),
362 } ASN1_ADB_END(CMS_ContentInfo, 0, contentType, 0, &cms_default_tt, NULL);
401 ASN1_SIMPLE(CMS_ContentInfo, contentType, ASN1_OBJECT),
441 ASN1_SIMPLE(CMS_Receipt, contentType, ASN1_OBJECT),
A Dcms_dd.c36 cms->contentType = OBJ_nid2obj(NID_pkcs7_digest); in ossl_cms_DigestedData_create()
A Dcms_ess.c351 if (OBJ_cmp(octype, rct->contentType)) { in ossl_cms_Receipt_verify()
410 rct.contentType = ctype; in ossl_cms_encode_Receipt()
A Dcms_io.c84 int ctype_nid = OBJ_obj2nid(cms->contentType); in SMIME_write_CMS()
A Dcms_sd.c29 if (OBJ_obj2nid(cms->contentType) != NID_pkcs7_signed) { in cms_get0_signed()
48 ASN1_OBJECT_free(cms->contentType); in cms_signed_data_init()
49 cms->contentType = OBJ_nid2obj(NID_pkcs7_signed); in cms_signed_data_init()
1138 ci->contentType = OBJ_nid2obj(NID_pkcs7_signed); in CMS_SignedData_verify()
/crypto/objects/
A Dobjects.txt228 pkcs9 3 : : contentType

Completed in 52 milliseconds