Searched defs:signed_data (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/Security-55471.14.18/sec/Security/Regressions/secitem/
H A Dsi-66-smime.c2434 CFMutableDataRef signed_data = CFDataCreateMutable(kCFAllocatorDefault, 0); local
/macosx-10.9.5/xar-202/xar/lib/
H A Dsignature.c242 uint8_t xar_signature_copy_signed_data(xar_signature_t sig, uint8_t **data, uint32_t *length, uint8_t **signed_data, uint32_t *signed_length, off_t *signed_offset) argument
H A Darchive.c656 uint8_t *signed_data = NULL; local
/macosx-10.9.5/Heimdal-323.92.1/lib/hx509/
H A Dcms.c865 heim_octet_string signed_data; local
1167 hx509_cms_create_signed_1(hx509_context context, int flags, const heim_oid *eContentType, const void *data, size_t length, const AlgorithmIdentifier *digest_alg, hx509_cert cert, hx509_peer_info peer, hx509_certs anchors, hx509_certs pool, heim_octet_string *signed_data) argument
1460 hx509_cms_create_signed(hx509_context context, int flags, const heim_oid *eContentType, const void *data, size_t length, const AlgorithmIdentifier *digest_alg, hx509_certs certs, hx509_peer_info peer, hx509_certs anchors, hx509_certs pool, heim_octet_string *signed_data) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/sec/Security/Tool/
H A Dcodesign.c357 CFDataRef signed_data = CFDictionaryGetValue(signature, CFSTR("SignedData")); local
H A Dspc.c368 CFMutableDataRef signed_data = CFDataCreateMutable(kCFAllocatorDefault, 0); local
/macosx-10.9.5/Heimdal-323.92.1/kdc/
H A Dpkinit.c954 krb5_data buf, signed_data; local
1130 krb5_data signed_data, bu local
[all...]
/macosx-10.9.5/Security-55471.14.18/sec/Security/
H A DSecCMS.c259 SecCMSSignDataOrDigestAndAttributes(SecIdentityRef identity, CFDataRef data, bool detached, bool data_is_digest, SECOidTag sign_algorithm, CFMutableDataRef signed_data, CFDictionaryRef signed_attributes, SecCmsCertChainMode chainMode, CFArrayRef additional_certs) argument
304 SecCMSSignDataAndAttributes(SecIdentityRef identity, CFDataRef data, bool detached, CFMutableDataRef signed_data, CFDictionaryRef signed_attributes) argument
311 SecCMSSignDigestAndAttributes(SecIdentityRef identity, CFDataRef digest, CFMutableDataRef signed_data, CFDictionaryRef signed_attributes) argument
319 SecCMSCreateSignedData(SecIdentityRef identity, CFDataRef data, CFDictionaryRef parameters, CFDictionaryRef signed_attributes, CFMutableDataRef signed_data) argument
[all...]
/macosx-10.9.5/SecurityTool-55115/
H A Dcmsutil.c593 static SecCmsMessageRef signed_data(struct signOptionsStr *signOptions) function
/macosx-10.9.5/xar-202/xarsig/
H A Dxar-sig.c537 static int32_t signingCallback(xar_signature_t sig, void *context, uint8_t *data, uint32_t length, uint8_t **signed_data, uint32_t *signed_len) { argument

Completed in 216 milliseconds