Home
last modified time | relevance | path

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

12

/freebsd-13.1/crypto/heimdal/lib/hx509/
H A Dks_p12.c238 heim_oid contentType; in encryptedData_parser() local
241 memset(&contentType, 0, sizeof(contentType)); in encryptedData_parser()
246 &contentType, in encryptedData_parser()
255 der_free_oid(&contentType); in encryptedData_parser()
266 heim_oid contentType; in envelopedData_parser() local
270 memset(&contentType, 0, sizeof(contentType)); in envelopedData_parser()
280 &contentType, in envelopedData_parser()
292 der_free_oid(&contentType); in envelopedData_parser()
422 &as.val[i].contentType, in p12_init()
464 ret = der_copy_oid(oid, &as->val[as->len].contentType); in addBag()
[all …]
H A Dcms.c354 heim_oid *contentType, in hx509_cms_unenvelope() argument
373 memset(contentType, 0, sizeof(*contentType)); in hx509_cms_unenvelope()
455 ret = der_copy_oid(&ed.encryptedContentInfo.contentType, contentType); in hx509_cms_unenvelope()
517 der_free_oid(contentType); in hx509_cms_unenvelope()
557 const heim_oid *contentType, in hx509_cms_envelope_1() argument
687 ret = der_copy_oid(contentType, &ed.encryptedContentInfo.contentType); in hx509_cms_envelope_1()
786 heim_oid *contentType, in hx509_cms_verify_signed() argument
801 contentType->length = 0; in hx509_cms_verify_signed()
1081 der_free_oid(contentType); in hx509_cms_verify_signed()
1590 heim_oid *contentType, in hx509_cms_decrypt_encrypted() argument
[all …]
H A Dhxtool.c359 heim_oid contentType; in cms_create_sd() local
370 memset(&contentType, 0, sizeof(contentType)); in cms_create_sd()
442 &contentType, in cms_create_sd()
460 der_free_oid(&contentType); in cms_create_sd()
512 heim_oid contentType = { 0, NULL }; in cms_unenvelope() local
556 NULL, 0, &contentType, &o); in cms_unenvelope()
565 der_free_oid(&contentType); in cms_unenvelope()
579 heim_oid contentType; in cms_create_enveloped() local
591 memset(&contentType, 0, sizeof(contentType)); in cms_create_enveloped()
629 &contentType, &o); in cms_create_enveloped()
[all …]
/freebsd-13.1/crypto/openssl/crypto/cms/
H A Dcms_lib.c24 return cms->contentType; in IMPLEMENT_ASN1_PRINT_FUNCTION()
32 cms->contentType = OBJ_nid2obj(NID_pkcs7_data); in cms_Data_create()
67 switch (OBJ_obj2nid(cms->contentType)) { in CMS_dataInit()
131 switch (OBJ_obj2nid(cms->contentType)) { in CMS_dataFinal()
159 switch (OBJ_obj2nid(cms->contentType)) { in CMS_get0_content()
198 switch (OBJ_obj2nid(cms->contentType)) { in cms_get0_econtent_type()
204 return &cms->d.envelopedData->encryptedContentInfo->contentType; in cms_get0_econtent_type()
210 return &cms->d.encryptedData->encryptedContentInfo->contentType; in cms_get0_econtent_type()
343 switch (OBJ_obj2nid(cms->contentType)) { in STACK_OF()
420 switch (OBJ_obj2nid(cms->contentType)) { in STACK_OF()
H A Dcms_cd.c46 cms->contentType = OBJ_nid2obj(NID_id_smime_ct_compressedData); in cms_CompressedData_create()
67 if (OBJ_obj2nid(cms->contentType) != NID_id_smime_ct_compressedData) { in cms_CompressedData_init_bio()
H A Dcms_enc.c179 ec->contentType = OBJ_nid2obj(NID_pkcs7_data); in cms_EncryptedContent_init()
197 cms->contentType = OBJ_nid2obj(NID_pkcs7_encrypted); in CMS_EncryptedData_set1_key()
199 } else if (OBJ_obj2nid(cms->contentType) != NID_pkcs7_encrypted) { in CMS_EncryptedData_set1_key()
H A Dcms_local.h48 ASN1_OBJECT *contentType; member
119 ASN1_OBJECT *contentType; member
338 ASN1_OBJECT *contentType; member
H A Dcms_asn1.c93 ASN1_SIMPLE(CMS_EncryptedContentInfo, contentType, ASN1_OBJECT),
278 } ASN1_ADB_END(CMS_ContentInfo, 0, contentType, 0, &cms_default_tt, NULL);
313 ASN1_SIMPLE(CMS_ContentInfo, contentType, ASN1_OBJECT),
353 ASN1_SIMPLE(CMS_Receipt, contentType, ASN1_OBJECT),
H A Dcms_ess.c269 if (OBJ_cmp(octype, rct->contentType)) { in cms_Receipt_verify()
328 rct.contentType = ctype; in cms_encode_Receipt()
H A Dcms_dd.c33 cms->contentType = OBJ_nid2obj(NID_pkcs7_digest); in cms_DigestedData_create()
H A Dcms_io.c71 int ctype_nid = OBJ_obj2nid(cms->contentType); in SMIME_write_CMS()
H A Dcms_env.c25 if (OBJ_obj2nid(cms->contentType) != NID_pkcs7_enveloped) { in cms_get0_enveloped()
42 cms->d.envelopedData->encryptedContentInfo->contentType = in cms_enveloped_data_init()
44 ASN1_OBJECT_free(cms->contentType); in cms_enveloped_data_init()
45 cms->contentType = OBJ_nid2obj(NID_pkcs7_enveloped); in cms_enveloped_data_init()
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DStubsPass.cpp41 ContentType contentType() const override { in contentType() function in lld::mach_o::LazyPointerAtom
72 NonLazyPointerAtom(const File &file, bool is64, ContentType contentType) in NonLazyPointerAtom() argument
73 : SimpleDefinedAtom(file), _is64(is64), _contentType(contentType) { } in NonLazyPointerAtom()
77 ContentType contentType() const override { in contentType() function in lld::mach_o::NonLazyPointerAtom
114 ContentType contentType() const override { in contentType() function in lld::mach_o::StubAtom
148 ContentType contentType() const override { in contentType() function in lld::mach_o::StubHelperAtom
183 ContentType contentType() const override { in contentType() function in lld::mach_o::StubHelperCommonAtom
H A DCompactUnwindPass.cpp92 ContentType contentType() const override { in contentType() function in lld::mach_o::UnwindInfoAtom
354 return atom->contentType() == DefinedAtom::typeCompactUnwindInfo; in perform()
367 if (atom->contentType() != DefinedAtom::typeCompactUnwindInfo) in collectCompactUnwindEntries()
433 if (ehFrameAtom->contentType() != DefinedAtom::typeCFI) in collectDwarfFrameEntries()
461 if (atom->contentType() != DefinedAtom::typeCode) in createUnwindInfoEntries()
509 if (cfiTarget->contentType() == DefinedAtom::typeCFI) in pruneUnusedEHFrames()
516 if ((atom->contentType() == DefinedAtom::typeCFI) && in pruneUnusedEHFrames()
H A DMachONormalizedFileFromAtoms.cpp346 DefinedAtom::ContentType type = atom->contentType(); in sectionForAtom()
429 if (atom->contentType() == DefinedAtom::typeMachHeader) { in assignAtomToSection()
434 } else if (atom->contentType() == DefinedAtom::typeDSOHandle) in assignAtomToSection()
761 << info.atom->contentType() in buildAtomToAddressMap()
782 << definedAtom->contentType() in buildAtomToAddressMap()
814 if (atom->contentType() == DefinedAtom::typeCFI || in synthesizeDebugNotes()
815 atom->contentType() == DefinedAtom::typeCString) in synthesizeDebugNotes()
912 if (atom->contentType() == DefinedAtom::typeCode) { in synthesizeDebugNotes()
963 if (atom->contentType() == lld::DefinedAtom::typeResolver) in descBits()
965 if (atom->contentType() == lld::DefinedAtom::typeMachHeader) in descBits()
[all …]
H A DAtoms.h49 ContentType contentType() const override { return _contentType; } in contentType() function
124 ContentType contentType() const override { return DefinedAtom::typeZeroFill; } in contentType() function
H A DLayoutPass.cpp141 << ", type=" << atom->contentType() in printDefinedAtoms()
208 DefinedAtom::ContentType leftType = leftRoot->contentType(); in compareAtomsSub()
209 DefinedAtom::ContentType rightType = rightRoot->contentType(); in compareAtomsSub()
H A DObjCPass.cpp63 ContentType contentType() const override { in contentType() function in lld::mach_o::ObjCImageInfoAtom
H A DSectCreateFile.h39 ContentType contentType() const override { return typeSectCreate; } in contentType() function
/freebsd-13.1/contrib/llvm-project/lld/include/lld/Core/
H A DDefinedAtom.h249 virtual ContentType contentType() const = 0;
342 ContentType atomContentType = contentType(); in occupiesDiskSpace()
352 ContentType atomContentType = contentType(); in relocsToDefinedCanBeImplicit()
/freebsd-13.1/crypto/heimdal/lib/asn1/
H A Dcms.asn136 contentType ContentType,
37 content [0] EXPLICIT heim_any OPTIONAL -- DEFINED BY contentType
125 contentType ContentType,
H A Dpkcs9.asn113 id-pkcs9-contentType OBJECT IDENTIFIER ::= {id-pkcs-9 3 }
/freebsd-13.1/contrib/llvm-project/lld/lib/Core/
H A DSymbolTable.cpp210 atom->contentType(), in getHashValue()
223 if (l->contentType() != r->contentType()) in isEqual()
H A DDefinedAtom.cpp17 return permissions(this->contentType()); in permissions()
/freebsd-13.1/crypto/heimdal/lib/krb5/
H A Dpkinit.c641 ret = der_copy_oid(oid, &content_info->contentType); in _krb5_pk_mk_ContentInfo()
904 heim_oid *contentType, in pk_verify_sign() argument
927 contentType, in pk_verify_sign()
1180 heim_oid contentType = { 0, NULL }; in pk_rd_pa_reply_enckey() local
1199 &contentType, in pk_rd_pa_reply_enckey()
1206 der_free_oid(&contentType); in pk_rd_pa_reply_enckey()
1257 &contentType, in pk_rd_pa_reply_enckey()
1303 der_free_oid(&contentType); in pk_rd_pa_reply_enckey()
1328 heim_oid contentType = { 0, NULL }; in pk_rd_pa_reply_dh() local
1347 &contentType, in pk_rd_pa_reply_dh()
[all …]

12