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

/illumos-gate/usr/src/lib/libkmf/libkmf/common/
H A Dclient.c51 #define OCSP_BUFSIZE 1024 macro
131 char buf[OCSP_BUFSIZE];
166 while ((bytes = read(filefd, buf, OCSP_BUFSIZE)) > 0) {
224 const int buf_incre = OCSP_BUFSIZE; /* 1 KB at a time */

Completed in 57 milliseconds