Searched refs:tsaReqLength (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/Security-57031.1.35/Security/include/security_smime/
H A DtsaSupport.c493 static OSStatus sendTSARequestWithXPC(const unsigned char *tsaReq, size_t tsaReqLength, const unsigned char *tsaURL, unsigned char **tsaResp, size_t *tsaRespLength) argument
515 xpc_object_t tsaReqData = xpc_data_create(tsaReq, tsaReqLength);
737 size_t tsaReqLength = 0; local
770 tsaReqLength = CFDataGetLength(cfreq);
774 tsaWriteFileX("/tmp/tsareq.req", tsaReq, tsaReqLength);
792 tsaDebug("[TSA] Forcing bad TS Request by truncating length from %ld to %ld\n", tsaReqLength, (tsaReqLength-4));
793 tsaReqLength -= 4;
806 tsaDebug("calling sendTSARequestWithXPC with %ld bytes of request\n", tsaReqLength);
808 require_noerr(result = sendTSARequestWithXPC(tsaReq, tsaReqLength, tsaUR
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_smime/lib/
H A DtsaSupport.c493 static OSStatus sendTSARequestWithXPC(const unsigned char *tsaReq, size_t tsaReqLength, const unsigned char *tsaURL, unsigned char **tsaResp, size_t *tsaRespLength) argument
515 xpc_object_t tsaReqData = xpc_data_create(tsaReq, tsaReqLength);
737 size_t tsaReqLength = 0; local
770 tsaReqLength = CFDataGetLength(cfreq);
774 tsaWriteFileX("/tmp/tsareq.req", tsaReq, tsaReqLength);
792 tsaDebug("[TSA] Forcing bad TS Request by truncating length from %ld to %ld\n", tsaReqLength, (tsaReqLength-4));
793 tsaReqLength -= 4;
806 tsaDebug("calling sendTSARequestWithXPC with %ld bytes of request\n", tsaReqLength);
808 require_noerr(result = sendTSARequestWithXPC(tsaReq, tsaReqLength, tsaUR
[all...]

Completed in 169 milliseconds