Searched defs:bs (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/ssl/
H A Dssl_util_stapling.c326 OCSP_BASICRESP *bs = NULL; local
343 bs = OCSP_response_get1_basic(rsp);
344 if (bs == NULL) {
351 if (!OCSP_resp_find_status(bs, cinf->cid, &status, &reason, &rev,
378 OCSP_BASICRESP_free(bs);
383 OCSP_BASICRESP_free(bs);

Completed in 7 milliseconds