Searched defs:detachedContent (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/libsecurity_cms/lib/
H A DCMSDecoder.cpp67 CFDataRef detachedContent; member in struct:_CMSDecoder
346 CMSDecoderSetDetachedContent( CMSDecoderRef cmsDecoder, CFDataRef detachedContent) argument
369 CMSDecoderCopyDetachedContent( CMSDecoderRef cmsDecoder, CFDataRef *detachedContent) argument
[all...]
H A DCMSEncoder.cpp83 Boolean detachedContent; member in struct:_CMSEncoder
864 CMSEncoderSetHasDetachedContent( CMSEncoderRef cmsEncoder, Boolean detachedContent) argument
878 CMSEncoderGetHasDetachedContent( CMSEncoderRef cmsEncoder, Boolean *detachedContent) argument
1216 CMSEncode( CFTypeRef signers, CFTypeRef recipients, const CSSM_OID *eContentType, Boolean detachedContent, CMSSignedAttributes signedAttributes, const void *content, size_t contentLen, CFDataRef *encodedContent) argument
1285 CMSEncodeContent( CFTypeRef signers, CFTypeRef recipients, CFTypeRef eContentTypeOID, Boolean detachedContent, CMSSignedAttributes signedAttributes, const void *content, size_t contentLen, CFDataRef *encodedContentOut) argument
[all...]
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/cmstool/
H A Dcmstool.cpp1021 bool detachedContent = false; local
660 doSign( SecIdentityRef signerId, const unsigned char *inData, unsigned inDataLen, bool detachedContent, const CSSM_OID *eContentType, unsigned char **outData, unsigned *outDataLen) argument
/macosx-10.10/Security-57031.1.35/SecurityTests/clxutils/newCmsTool/
H A DnewCmsTool.cpp342 doParse( const unsigned char *data, unsigned dataLen, const unsigned char *detachedContent, unsigned detachedContentLen, bool multiUpdate, CT_Vfy vfyOp, const CSSM_OID *eContentVfy, int numSignersVfy, int numCertsVfy, bool parseSignerCert, const char *certFileBase, bool customDecoder, bool manTrustEval, CFMutableArrayRef anchorArray, bool quiet, CFDataRef *outData) argument
756 doSign( CFTypeRef signerOrArray, const unsigned char *inData, unsigned inDataLen, bool multiUpdate, bool detachedContent, const CSSM_OID *eContentType, CMSSignedAttributes attrs, CFTypeRef otherCerts, bool customCoder, bool getCmsMsg, CMSCertificateChainMode chainMode, bool quiet, CFDataRef *outData) argument
1175 bool detachedContent = false; local
[all...]

Completed in 131 milliseconds