Searched refs:contentTypeTag (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/Security/include/security_smime/
H A Dcmscinfo.c148 cinfo->contentTypeTag = SECOID_FindOIDByTag(type);
149 if (cinfo->contentTypeTag == NULL)
153 rv = SECITEM_CopyItem (cmsg->poolp, &(cinfo->contentType), &(cinfo->contentTypeTag->oid));
223 * contentTypeTag. This OID is for encoding... */
229 /* this serves up a contentTypeTag with an empty OID */
232 cinfo->contentTypeTag = (SECOidData *)PORT_ArenaZAlloc(cmsg->poolp, sizeof(SECOidData));
233 *cinfo->contentTypeTag = *tmpOidData;
235 srtn = SECITEM_CopyItem (cmsg->poolp, &(cinfo->contentTypeTag->oid), eContentType);
255 SECOidTag tag = (cinfo && cinfo->contentTypeTag)
256 ? cinfo->contentTypeTag
[all...]
H A Dcmstpriv.h118 SECOidData * contentTypeTag; member in struct:SecCmsContentInfoStr
H A DtsaSupport.c1257 SECOidTag contentTypeTag; local
1289 contentTypeTag = SecCmsContentInfoGetContentTypeTag (contentInfo);
1295 switch (contentTypeTag)
1391 dtprintf("ContentTypeTag : %x\n", contentTypeTag);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_smime/lib/
H A Dcmscinfo.c148 cinfo->contentTypeTag = SECOID_FindOIDByTag(type);
149 if (cinfo->contentTypeTag == NULL)
153 rv = SECITEM_CopyItem (cmsg->poolp, &(cinfo->contentType), &(cinfo->contentTypeTag->oid));
223 * contentTypeTag. This OID is for encoding... */
229 /* this serves up a contentTypeTag with an empty OID */
232 cinfo->contentTypeTag = (SECOidData *)PORT_ArenaZAlloc(cmsg->poolp, sizeof(SECOidData));
233 *cinfo->contentTypeTag = *tmpOidData;
235 srtn = SECITEM_CopyItem (cmsg->poolp, &(cinfo->contentTypeTag->oid), eContentType);
255 SECOidTag tag = (cinfo && cinfo->contentTypeTag)
256 ? cinfo->contentTypeTag
[all...]
H A Dcmstpriv.h118 SECOidData * contentTypeTag; member in struct:SecCmsContentInfoStr
H A DtsaSupport.c1257 SECOidTag contentTypeTag; local
1289 contentTypeTag = SecCmsContentInfoGetContentTypeTag (contentInfo);
1295 switch (contentTypeTag)
1391 dtprintf("ContentTypeTag : %x\n", contentTypeTag);
/macosx-10.10.1/Security-57031.1.35/libsecurity_smime/Security/
H A Dcmscinfo.c143 cinfo->contentTypeTag = SECOID_FindOIDByTag(type);
144 if (cinfo->contentTypeTag == NULL)
148 rv = SECITEM_CopyItem (cinfo->cmsg->poolp, &(cinfo->contentType), &(cinfo->contentTypeTag->oid));
233 SECOidTag tag = (cinfo && cinfo->contentTypeTag)
234 ? cinfo->contentTypeTag->offset
291 if (cinfo->contentTypeTag == NULL)
292 cinfo->contentTypeTag = SECOID_FindOID(&(cinfo->contentType));
294 if (cinfo->contentTypeTag == NULL)
297 return cinfo->contentTypeTag->offset;
303 if (cinfo->contentTypeTag
[all...]
H A Dcmstpriv.h119 SECOidData * contentTypeTag; member in struct:SecCmsContentInfoStr
/macosx-10.10.1/Security-57031.1.35/libsecurity_smime/lib/
H A Dcmscinfo.c143 cinfo->contentTypeTag = SECOID_FindOIDByTag(type);
144 if (cinfo->contentTypeTag == NULL)
148 rv = SECITEM_CopyItem (cinfo->cmsg->poolp, &(cinfo->contentType), &(cinfo->contentTypeTag->oid));
233 SECOidTag tag = (cinfo && cinfo->contentTypeTag)
234 ? cinfo->contentTypeTag->offset
291 if (cinfo->contentTypeTag == NULL)
292 cinfo->contentTypeTag = SECOID_FindOID(&(cinfo->contentType));
294 if (cinfo->contentTypeTag == NULL)
297 return cinfo->contentTypeTag->offset;
303 if (cinfo->contentTypeTag
[all...]
H A Dcmstpriv.h119 SECOidData * contentTypeTag; member in struct:SecCmsContentInfoStr
/macosx-10.10.1/Security-57031.1.35/libsecurity_smime/security_smime/
H A Dcmscinfo.c143 cinfo->contentTypeTag = SECOID_FindOIDByTag(type);
144 if (cinfo->contentTypeTag == NULL)
148 rv = SECITEM_CopyItem (cinfo->cmsg->poolp, &(cinfo->contentType), &(cinfo->contentTypeTag->oid));
233 SECOidTag tag = (cinfo && cinfo->contentTypeTag)
234 ? cinfo->contentTypeTag->offset
291 if (cinfo->contentTypeTag == NULL)
292 cinfo->contentTypeTag = SECOID_FindOID(&(cinfo->contentType));
294 if (cinfo->contentTypeTag == NULL)
297 return cinfo->contentTypeTag->offset;
303 if (cinfo->contentTypeTag
[all...]
H A Dcmstpriv.h119 SECOidData * contentTypeTag; member in struct:SecCmsContentInfoStr
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_manifest/lib/
H A DDownload.cpp219 SECOidTag contentTypeTag = SecCmsContentInfoGetContentTypeTag (contentInfo); local
221 if (contentTypeTag != SEC_OID_PKCS7_SIGNED_DATA)
H A DAppleManifest.cpp742 SECOidTag contentTypeTag = SecCmsContentInfoGetContentTypeTag (contentInfo); local
744 if (contentTypeTag != SEC_OID_PKCS7_SIGNED_DATA)
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DSecImportExportAgg.cpp708 SECOidTag contentTypeTag; local
742 contentTypeTag = SecCmsContentInfoGetContentTypeTag (contentInfo);
744 switch (contentTypeTag)
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecImportExportAgg.cpp708 SECOidTag contentTypeTag; local
742 contentTypeTag = SecCmsContentInfoGetContentTypeTag (contentInfo);
744 switch (contentTypeTag)
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecImportExportAgg.cpp708 SECOidTag contentTypeTag; local
742 contentTypeTag = SecCmsContentInfoGetContentTypeTag (contentInfo);
744 switch (contentTypeTag)

Completed in 208 milliseconds