Searched refs:OCSP_BUFSIZE (Results 1 – 1 of 1) sorted by relevance
49 #define OCSP_BUFSIZE 1024 macro129 char buf[OCSP_BUFSIZE]; in send_ocsp_request()164 while ((bytes = read(filefd, buf, OCSP_BUFSIZE)) > 0) { in send_ocsp_request()222 const int buf_incre = OCSP_BUFSIZE; /* 1 KB at a time */ in get_encoded_response()