Home
last modified time | relevance | path

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

/openssl-master/crypto/cms/
A Dcms_lib.c120 return cms->contentType; in CMS_get0_type()
128 cms->contentType = OBJ_nid2obj(NID_pkcs7_data); in ossl_cms_Data_create()
164 switch (OBJ_obj2nid(cms->contentType)) { in CMS_dataInit()
233 switch (OBJ_obj2nid(cms->contentType)) { in CMS_dataFinal()
266 switch (OBJ_obj2nid(cms->contentType)) { in CMS_get0_content()
309 switch (OBJ_obj2nid(cms->contentType)) { in cms_get0_econtent_type()
315 return &cms->d.envelopedData->encryptedContentInfo->contentType; in cms_get0_econtent_type()
321 return &cms->d.encryptedData->encryptedContentInfo->contentType; in cms_get0_econtent_type()
325 ->contentType; in cms_get0_econtent_type()
476 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()
70 if (OBJ_obj2nid(cms->contentType) != NID_id_smime_ct_compressedData) { in ossl_cms_CompressedData_init_bio()
A Dcms_enc.c212 ec->contentType = OBJ_nid2obj(NID_pkcs7_data); in ossl_cms_EncryptedContent_init()
231 cms->contentType = OBJ_nid2obj(NID_pkcs7_encrypted); in CMS_EncryptedData_set1_key()
233 } else if (OBJ_obj2nid(cms->contentType) != NID_pkcs7_encrypted) { in CMS_EncryptedData_set1_key()
A Dcms_env.c31 int nid = OBJ_obj2nid(cms->contentType); in cms_get_enveloped_type()
48 if (OBJ_obj2nid(cms->contentType) != NID_pkcs7_enveloped) { in ossl_cms_get0_enveloped()
57 if (OBJ_obj2nid(cms->contentType) != NID_id_smime_ct_authEnvelopedData) { in ossl_cms_get0_auth_enveloped()
73 cms->d.envelopedData->encryptedContentInfo->contentType = in cms_enveloped_data_init()
75 ASN1_OBJECT_free(cms->contentType); in cms_enveloped_data_init()
76 cms->contentType = OBJ_nid2obj(NID_pkcs7_enveloped); in cms_enveloped_data_init()
93 cms->d.authEnvelopedData->authEncryptedContentInfo->contentType = in cms_auth_enveloped_data_init()
95 ASN1_OBJECT_free(cms->contentType); in cms_auth_enveloped_data_init()
96 cms->contentType = OBJ_nid2obj(NID_id_smime_ct_authEnvelopedData); in cms_auth_enveloped_data_init()
A Dcms_asn1.c93 ASN1_SIMPLE(CMS_EncryptedContentInfo, contentType, ASN1_OBJECT),
290 } ASN1_ADB_END(CMS_ContentInfo, 0, contentType, 0, &cms_default_tt, NULL);
325 ASN1_SIMPLE(CMS_ContentInfo, contentType, ASN1_OBJECT),
365 ASN1_SIMPLE(CMS_Receipt, contentType, ASN1_OBJECT),
A Dcms_local.h55 ASN1_OBJECT *contentType; member
129 ASN1_OBJECT *contentType; member
364 ASN1_OBJECT *contentType; member
A Dcms_dd.c36 cms->contentType = OBJ_nid2obj(NID_pkcs7_digest); in ossl_cms_DigestedData_create()
A Dcms_ess.c349 if (OBJ_cmp(octype, rct->contentType)) { in ossl_cms_Receipt_verify()
408 rct.contentType = ctype; in ossl_cms_encode_Receipt()
A Dcms_io.c80 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()
/openssl-master/crypto/objects/
A Dobjects.txt228 pkcs9 3 : : contentType

Completed in 22 milliseconds