Searched refs:SimpleContentInfo (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/include/security_smime/
H A DtsaTemplates.c42 } SimpleContentInfo; typedef in typeref:struct:__anon3896
46 { SEC_ASN1_SEQUENCE, 0, NULL, sizeof(SimpleContentInfo) },
47 { SEC_ASN1_OBJECT_ID, offsetof(SimpleContentInfo, contentType) },
49 offsetof(SimpleContentInfo, content),
/macosx-10.10/Security-57031.1.35/Security/libsecurity_smime/lib/
H A DtsaTemplates.c42 } SimpleContentInfo; typedef in typeref:struct:__anon4913
46 { SEC_ASN1_SEQUENCE, 0, NULL, sizeof(SimpleContentInfo) },
47 { SEC_ASN1_OBJECT_ID, offsetof(SimpleContentInfo, contentType) },
49 offsetof(SimpleContentInfo, content),
/macosx-10.10/Security-57031.1.35/Security/libsecurity_cms/lib/
H A DCMSEncoder.cpp692 } SimpleContentInfo; typedef in typeref:struct:__anon4375
695 { SEC_ASN1_SEQUENCE, 0, NULL, sizeof(SimpleContentInfo) },
696 { SEC_ASN1_OBJECT_ID, offsetof(SimpleContentInfo, contentType) },
698 offsetof(SimpleContentInfo, content),
713 SimpleContentInfo decodedInfo;
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/cmstool/
H A Dcmstool.cpp102 } SimpleContentInfo; typedef in typeref:struct:__anon5232
105 { SEC_ASN1_SEQUENCE, 0, NULL, sizeof(SimpleContentInfo) },
106 { SEC_ASN1_OBJECT_ID, offsetof(SimpleContentInfo, contentType) },
108 offsetof(SimpleContentInfo, content),
125 SimpleContentInfo decodedInfo;

Completed in 68 milliseconds