Searched refs:tsaRespLength (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
571 if ((result == noErr) && tsaResp && tsaRespLength)
573 *tsaRespLength = xpcTSRLength;
805 size_t tsaRespLength = 0; local
808 require_noerr(result = sendTSARequestWithXPC(tsaReq, tsaReqLength, tsaURL, &tsaResp, &tsaRespLength), xit);
810 tsaDebug("sendTSARequestWithXPC copied: %ld bytes of response\n", tsaRespLength);
813 signedDERBlob->Length = tsaRespLength;
/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
571 if ((result == noErr) && tsaResp && tsaRespLength)
573 *tsaRespLength = xpcTSRLength;
805 size_t tsaRespLength = 0; local
808 require_noerr(result = sendTSARequestWithXPC(tsaReq, tsaReqLength, tsaURL, &tsaResp, &tsaRespLength), xit);
810 tsaDebug("sendTSARequestWithXPC copied: %ld bytes of response\n", tsaRespLength);
813 signedDERBlob->Length = tsaRespLength;

Completed in 178 milliseconds