Lines Matching refs:ocspbuf
1207 char ocspbuf[OCSP_BUFSIZ];
1331 while ((len = BIO_read(cbio, ocspbuf, OCSP_BUFSIZ))) {
1337 if (BIO_write(mem, ocspbuf, len) != len) {
1344 if (BIO_gets(mem, ocspbuf, OCSP_BUFSIZ) <= 0) {
1353 for (p = ocspbuf; (*p != '\0') && !isspace(*p); p++)
1364 gettext(ERR_OCSP_RESP_PARSE), ocspbuf);
1379 gettext(ERR_OCSP_RESP_PARSE), ocspbuf);
1402 while (BIO_gets(mem, ocspbuf, OCSP_BUFSIZ) > 0) {
1405 if (ci_strneq(ocspbuf, CONTENT_TYPE_HDR,
1409 p = strchr(ocspbuf + strlen(CONTENT_TYPE_HDR), ':');
1413 gettext(ERR_OCSP_RESP_PARSE), ocspbuf);
1439 for (p = ocspbuf; (*p != '\0') && isspace(*p); p++) {
1455 gettext(ERR_OCSP_RESP_PARSE), ocspbuf);