Searched refs:OCSP_RESPONSE_STATUS_INTERNALERROR (Results 1 – 4 of 4) sorted by relevance
1176 *resp = OCSP_response_create(OCSP_RESPONSE_STATUS_INTERNALERROR, in make_ocsp_response()1233 *resp = OCSP_response_create(OCSP_RESPONSE_STATUS_INTERNALERROR, NULL); in make_ocsp_response()1242 *resp = OCSP_response_create(OCSP_RESPONSE_STATUS_INTERNALERROR, in make_ocsp_response()1248 *resp = OCSP_response_create(OCSP_RESPONSE_STATUS_INTERNALERROR, bs); in make_ocsp_response()
54 {OCSP_RESPONSE_STATUS_INTERNALERROR, "internalerror"}, in OCSP_response_status_str()
34 B<OCSP_RESPONSE_STATUS_INTERNALERROR>, B<OCSP_RESPONSE_STATUS_TRYLATER>
85 # define OCSP_RESPONSE_STATUS_INTERNALERROR 2 macro