Searched refs:sendTSARequestWithXPC (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) function
607 { tsaDebug("sendTSARequestWithXPC exit\n"); }
806 tsaDebug("calling sendTSARequestWithXPC with %ld bytes of request\n", tsaReqLength);
808 require_noerr(result = sendTSARequestWithXPC(tsaReq, tsaReqLength, tsaURL, &tsaResp, &tsaRespLength), xit);
810 tsaDebug("sendTSARequestWithXPC copied: %ld bytes of response\n", 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) function
607 { tsaDebug("sendTSARequestWithXPC exit\n"); }
806 tsaDebug("calling sendTSARequestWithXPC with %ld bytes of request\n", tsaReqLength);
808 require_noerr(result = sendTSARequestWithXPC(tsaReq, tsaReqLength, tsaURL, &tsaResp, &tsaRespLength), xit);
810 tsaDebug("sendTSARequestWithXPC copied: %ld bytes of response\n", tsaRespLength);

Completed in 129 milliseconds