Searched refs:contentInfo (Results 1 - 25 of 49) sorted by relevance

12

/macosx-10.9.5/Security-55471.14.18/include/security_smime/
H A Dcmsdigdata.c55 * contentInfo must be filled by the user
93 SecCmsContentInfoDestroy(&(digd->contentInfo));
98 * SecCmsDigestedDataGetContentInfo - return pointer to digestedData object's contentInfo
103 return &(digd->contentInfo);
111 * - set the right version number. The contentInfo's content type must be set up already.
120 if (SecCmsContentInfoGetContentTypeTag(&(digd->contentInfo)) != SEC_OID_PKCS7_DATA)
140 digd->contentInfo.digcx = SecCmsDigestContextStartSingle(&(digd->digestAlg));
141 if (digd->contentInfo.digcx == NULL)
159 if (digd->contentInfo.digcx) {
160 rv = SecCmsDigestContextFinishSingle(digd->contentInfo
[all...]
H A Dcmsencdata.c84 rv = SecCmsContentInfoSetContentEncAlg((SecArenaPoolRef)poolp, &(encd->contentInfo), algorithm, NULL, keysize);
98 rv = SecCmsContentInfoSetContentEncAlgID((SecArenaPoolRef)poolp, &(encd->contentInfo), pbe_algid, keysize);
120 SecCmsContentInfoDestroy(&(encd->contentInfo));
125 * SecCmsEncryptedDataGetContentInfo - return pointer to encryptedData object's contentInfo
130 return &(encd->contentInfo);
147 SecCmsContentInfoRef cinfo = &(encd->contentInfo);
165 /* store the bulk key in the contentInfo so that the encoder can find it */
182 cinfo = &(encd->contentInfo);
209 if (encd->contentInfo.ciphcx) {
210 SecCmsCipherContextDestroy(encd->contentInfo
[all...]
H A Dcmsmessage.c135 SecCmsContentInfoDestroy(&(cmsg->contentInfo));
170 * SecCmsMessageGetContentInfo - return a pointer to the top level contentInfo
175 return &(cmsg->contentInfo);
204 for (cinfo = &(cmsg->contentInfo); cinfo != NULL; ) {
223 for (cinfo = &(cmsg->contentInfo); cinfo != NULL && count < n; cinfo = SecCmsContentInfoGetChildContentInfo(cinfo)) {
239 for (cinfo = &(cmsg->contentInfo); cinfo != NULL; cinfo = SecCmsContentInfoGetChildContentInfo(cinfo)) {
258 for (cinfo = &(cmsg->contentInfo); cinfo != NULL; cinfo = SecCmsContentInfoGetChildContentInfo(cinfo))
287 for (cinfo = &(cmsg->contentInfo); cinfo != NULL; cinfo = SecCmsContentInfoGetChildContentInfo(cinfo))
335 for (cinfo = &(cmsg->contentInfo); cinfo != NULL; cinfo = SecCmsContentInfoGetChildContentInfo(cinfo))
H A Dcmsenvdata.c76 rv = SecCmsContentInfoSetContentEncAlg((SecArenaPoolRef)poolp, &(envd->contentInfo), algorithm, NULL, keysize);
107 SecCmsContentInfoDestroy(&(edp->contentInfo));
117 return &(envd->contentInfo);
179 cinfo = &(envd->contentInfo);
245 /* store the bulk key in the contentInfo so that the encoder can find it */
276 cinfo = &(envd->contentInfo);
303 if (envd->contentInfo.ciphcx) {
304 SecCmsCipherContextDestroy(envd->contentInfo.ciphcx);
305 envd->contentInfo.ciphcx = NULL;
366 cinfo = &(envd->contentInfo);
[all...]
H A Dcmstpriv.h152 SecCmsContentInfo contentInfo; /* "outer" cinfo */ member in struct:SecCmsMessageStr
176 SecCmsContentInfo contentInfo; member in struct:SecCmsSignedDataStr
240 SecCmsContentInfo contentInfo; member in struct:SecCmsEnvelopedDataStr
429 SecCmsContentInfo contentInfo; member in struct:SecCmsDigestedDataStr
443 SecCmsContentInfo contentInfo; member in struct:SecCmsEncryptedDataStr
H A Dcmsutil.c352 cinfo = &(c.signedData->contentInfo);
355 cinfo = &(c.envelopedData->contentInfo);
358 cinfo = &(c.encryptedData->contentInfo);
361 cinfo = &(c.digestedData->contentInfo);
H A Dcmsasn1.c73 offsetof(SecCmsMessage,contentInfo.contentType) },
76 offsetof(SecCmsMessage,contentInfo.content),
134 offsetof(SecCmsSignedData,contentInfo),
234 offsetof(SecCmsEnvelopedData,contentInfo),
451 offsetof(SecCmsDigestedData,contentInfo),
468 offsetof(SecCmsEncryptedData,contentInfo),
H A Dcmssigdata.c112 SecCmsContentInfoDestroy(&(sigd->contentInfo));
154 if (SecCmsContentInfoGetContentTypeTag(&(sigd->contentInfo)) != SEC_OID_PKCS7_DATA)
207 sigd->contentInfo.digcx = SecCmsDigestContextStartMultiple(sigd->digestAlgorithms);
208 if (sigd->contentInfo.digcx == NULL)
434 cinfo = &(sigd->contentInfo);
600 sigd->contentInfo.digcx = SecCmsDigestContextStartMultiple(sigd->digestAlgorithms);
601 if (sigd->contentInfo.digcx == NULL)
615 if (sigd->contentInfo.digcx) {
616 if (SecCmsDigestContextFinishMultiple(sigd->contentInfo.digcx, (SecArenaPoolRef)sigd->cmsg->poolp, &(sigd->digests)) != SECSuccess)
618 sigd->contentInfo
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_smime/lib/
H A Dcmsdigdata.c55 * contentInfo must be filled by the user
93 SecCmsContentInfoDestroy(&(digd->contentInfo));
98 * SecCmsDigestedDataGetContentInfo - return pointer to digestedData object's contentInfo
103 return &(digd->contentInfo);
111 * - set the right version number. The contentInfo's content type must be set up already.
120 if (SecCmsContentInfoGetContentTypeTag(&(digd->contentInfo)) != SEC_OID_PKCS7_DATA)
140 digd->contentInfo.digcx = SecCmsDigestContextStartSingle(&(digd->digestAlg));
141 if (digd->contentInfo.digcx == NULL)
159 if (digd->contentInfo.digcx) {
160 rv = SecCmsDigestContextFinishSingle(digd->contentInfo
[all...]
H A Dcmsencdata.c84 rv = SecCmsContentInfoSetContentEncAlg((SecArenaPoolRef)poolp, &(encd->contentInfo), algorithm, NULL, keysize);
98 rv = SecCmsContentInfoSetContentEncAlgID((SecArenaPoolRef)poolp, &(encd->contentInfo), pbe_algid, keysize);
120 SecCmsContentInfoDestroy(&(encd->contentInfo));
125 * SecCmsEncryptedDataGetContentInfo - return pointer to encryptedData object's contentInfo
130 return &(encd->contentInfo);
147 SecCmsContentInfoRef cinfo = &(encd->contentInfo);
165 /* store the bulk key in the contentInfo so that the encoder can find it */
182 cinfo = &(encd->contentInfo);
209 if (encd->contentInfo.ciphcx) {
210 SecCmsCipherContextDestroy(encd->contentInfo
[all...]
H A Dcmsmessage.c135 SecCmsContentInfoDestroy(&(cmsg->contentInfo));
170 * SecCmsMessageGetContentInfo - return a pointer to the top level contentInfo
175 return &(cmsg->contentInfo);
204 for (cinfo = &(cmsg->contentInfo); cinfo != NULL; ) {
223 for (cinfo = &(cmsg->contentInfo); cinfo != NULL && count < n; cinfo = SecCmsContentInfoGetChildContentInfo(cinfo)) {
239 for (cinfo = &(cmsg->contentInfo); cinfo != NULL; cinfo = SecCmsContentInfoGetChildContentInfo(cinfo)) {
258 for (cinfo = &(cmsg->contentInfo); cinfo != NULL; cinfo = SecCmsContentInfoGetChildContentInfo(cinfo))
287 for (cinfo = &(cmsg->contentInfo); cinfo != NULL; cinfo = SecCmsContentInfoGetChildContentInfo(cinfo))
335 for (cinfo = &(cmsg->contentInfo); cinfo != NULL; cinfo = SecCmsContentInfoGetChildContentInfo(cinfo))
H A Dcmsenvdata.c76 rv = SecCmsContentInfoSetContentEncAlg((SecArenaPoolRef)poolp, &(envd->contentInfo), algorithm, NULL, keysize);
107 SecCmsContentInfoDestroy(&(edp->contentInfo));
117 return &(envd->contentInfo);
179 cinfo = &(envd->contentInfo);
245 /* store the bulk key in the contentInfo so that the encoder can find it */
276 cinfo = &(envd->contentInfo);
303 if (envd->contentInfo.ciphcx) {
304 SecCmsCipherContextDestroy(envd->contentInfo.ciphcx);
305 envd->contentInfo.ciphcx = NULL;
366 cinfo = &(envd->contentInfo);
[all...]
H A Dcmstpriv.h152 SecCmsContentInfo contentInfo; /* "outer" cinfo */ member in struct:SecCmsMessageStr
176 SecCmsContentInfo contentInfo; member in struct:SecCmsSignedDataStr
240 SecCmsContentInfo contentInfo; member in struct:SecCmsEnvelopedDataStr
429 SecCmsContentInfo contentInfo; member in struct:SecCmsDigestedDataStr
443 SecCmsContentInfo contentInfo; member in struct:SecCmsEncryptedDataStr
H A Dcmsutil.c352 cinfo = &(c.signedData->contentInfo);
355 cinfo = &(c.envelopedData->contentInfo);
358 cinfo = &(c.encryptedData->contentInfo);
361 cinfo = &(c.digestedData->contentInfo);
H A Dcmsasn1.c73 offsetof(SecCmsMessage,contentInfo.contentType) },
76 offsetof(SecCmsMessage,contentInfo.content),
134 offsetof(SecCmsSignedData,contentInfo),
234 offsetof(SecCmsEnvelopedData,contentInfo),
451 offsetof(SecCmsDigestedData,contentInfo),
468 offsetof(SecCmsEncryptedData,contentInfo),
H A Dcmssigdata.c112 SecCmsContentInfoDestroy(&(sigd->contentInfo));
154 if (SecCmsContentInfoGetContentTypeTag(&(sigd->contentInfo)) != SEC_OID_PKCS7_DATA)
207 sigd->contentInfo.digcx = SecCmsDigestContextStartMultiple(sigd->digestAlgorithms);
208 if (sigd->contentInfo.digcx == NULL)
434 cinfo = &(sigd->contentInfo);
600 sigd->contentInfo.digcx = SecCmsDigestContextStartMultiple(sigd->digestAlgorithms);
601 if (sigd->contentInfo.digcx == NULL)
615 if (sigd->contentInfo.digcx) {
616 if (SecCmsDigestContextFinishMultiple(sigd->contentInfo.digcx, (SecArenaPoolRef)sigd->cmsg->poolp, &(sigd->digests)) != SECSuccess)
618 sigd->contentInfo
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/avfoundation/objc/
H A DWebCoreAVFResourceLoader.mm113 if (AVAssetResourceLoadingContentInformationRequest* contentInfo = [m_avRequest.get() contentInformationRequest]) {
116 [contentInfo setContentType:uti];
117 [contentInfo setContentLength:response.expectedContentLength()];
118 [contentInfo setByteRangeAccessSupported:YES];
/macosx-10.9.5/Security-55471.14.18/include/security_asn1/
H A Dpkcs7Templates.h105 NSS_P7_EncrContentInfo contentInfo; member in struct:__anon3600
H A Dpkcs7Templates.c84 offsetof(NSS_P7_EncryptedData,contentInfo),
/macosx-10.9.5/Security-55471.14.18/include/security_pkcs12/
H A Dpkcs7Templates.h107 NSS_P7_EncrContentInfo contentInfo; member in struct:__anon3813
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/Security/
H A Dpkcs7Templates.h105 NSS_P7_EncrContentInfo contentInfo; member in struct:__anon4035
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/lib/
H A Dpkcs7Templates.h105 NSS_P7_EncrContentInfo contentInfo; member in struct:__anon4157
/macosx-10.9.5/Security-55471.14.18/libsecurity_asn1/security_asn1/
H A Dpkcs7Templates.h105 NSS_P7_EncrContentInfo contentInfo; member in struct:__anon4279
/macosx-10.9.5/Security-55471.14.18/libsecurity_pkcs12/lib/
H A Dpkcs7Templates.h107 NSS_P7_EncrContentInfo contentInfo; member in struct:__anon4830
/macosx-10.9.5/Security-55471.14.18/libsecurity_cms/lib/
H A DCMSEncoder.cpp382 SecCmsContentInfoRef contentInfo = NULL; local
399 contentInfo = SecCmsMessageGetContentInfo(cmsEncoder->cmsMsg);
400 ortn = SecCmsContentInfoSetContentSignedData(cmsEncoder->cmsMsg, contentInfo,
405 contentInfo = SecCmsSignedDataGetContentInfo(signedData);
409 contentInfo,
416 contentInfo,
555 SecCmsContentInfoRef contentInfo = NULL; local
595 contentInfo = SecCmsMessageGetContentInfo(cmsEncoder->cmsMsg);
597 contentInfo, envelopedData);
603 contentInfo
707 cmsContentInfoContent( SecAsn1CoderRef asn1Coder, const CSSM_DATA *contentInfo, CSSM_DATA *content) argument
[all...]

Completed in 178 milliseconds

12