Searched refs:decoderContext (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_manifest/lib/
H A DDownload.cpp312 SecCmsDecoderRef decoderContext; local
313 int result = SecCmsDecoderCreate (NULL, NULL, NULL, NULL, NULL, NULL, NULL, &decoderContext);
319 result = SecCmsDecoderUpdate (decoderContext, CFDataGetBytePtr (data), CFDataGetLength (data));
322 SecCmsDecoderDestroy(decoderContext);
327 result = SecCmsDecoderFinish (decoderContext, &message);
H A DAppleManifest.cpp678 SecCmsDecoderRef decoderContext; local
679 int result = SecCmsDecoderCreate (NULL, NULL, NULL, NULL, NULL, NULL, NULL, &decoderContext);
685 result = SecCmsDecoderUpdate (decoderContext, CFDataGetBytePtr (data), CFDataGetLength (data));
688 SecCmsDecoderDestroy(decoderContext);
693 result = SecCmsDecoderFinish (decoderContext, &message);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DSecImportExportAgg.cpp702 SecCmsDecoderRef decoderContext; local
713 result = SecCmsDecoderCreate (NULL, NULL, NULL, NULL, NULL, NULL, NULL, &decoderContext);
718 result = SecCmsDecoderUpdate(decoderContext, CFDataGetBytePtr(inData),
724 SecCmsDecoderDestroy(decoderContext);
728 ourRtn = SecCmsDecoderFinish(decoderContext, &cmsMessage);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecImportExportAgg.cpp702 SecCmsDecoderRef decoderContext; local
713 result = SecCmsDecoderCreate (NULL, NULL, NULL, NULL, NULL, NULL, NULL, &decoderContext);
718 result = SecCmsDecoderUpdate(decoderContext, CFDataGetBytePtr(inData),
724 SecCmsDecoderDestroy(decoderContext);
728 ourRtn = SecCmsDecoderFinish(decoderContext, &cmsMessage);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecImportExportAgg.cpp702 SecCmsDecoderRef decoderContext; local
713 result = SecCmsDecoderCreate (NULL, NULL, NULL, NULL, NULL, NULL, NULL, &decoderContext);
718 result = SecCmsDecoderUpdate(decoderContext, CFDataGetBytePtr(inData),
724 SecCmsDecoderDestroy(decoderContext);
728 ourRtn = SecCmsDecoderFinish(decoderContext, &cmsMessage);
/macosx-10.10.1/Security-57031.1.35/Security/include/security_smime/
H A DtsaSupport.c1253 SecCmsDecoderRef decoderContext = NULL; local
1267 require_noerr(result = SecCmsDecoderCreate (NULL, NULL, NULL, NULL, NULL, NULL, NULL, &decoderContext), xit);
1268 result = SecCmsDecoderUpdate(decoderContext, inData->Data, inData->Length);
1272 SecCmsDecoderDestroy(decoderContext);
1276 require_noerr(result = SecCmsDecoderFinish(decoderContext, &cmsMessage), xit);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_smime/lib/
H A DtsaSupport.c1253 SecCmsDecoderRef decoderContext = NULL; local
1267 require_noerr(result = SecCmsDecoderCreate (NULL, NULL, NULL, NULL, NULL, NULL, NULL, &decoderContext), xit);
1268 result = SecCmsDecoderUpdate(decoderContext, inData->Data, inData->Length);
1272 SecCmsDecoderDestroy(decoderContext);
1276 require_noerr(result = SecCmsDecoderFinish(decoderContext, &cmsMessage), xit);

Completed in 139 milliseconds