Home | History | Annotate | Download | only in ssl

Lines Matching refs:ocsp_response

282       CBS ocsp_response;
285 !CBS_get_u24_length_prefixed(&status_request, &ocsp_response) ||
286 CBS_len(&ocsp_response) == 0 ||
293 !CBS_stow(&ocsp_response, &hs->new_session->ocsp_response,
499 ssl->cert->ocsp_response != NULL) {
500 CBB contents, ocsp_response;
504 !CBB_add_u24_length_prefixed(&contents, &ocsp_response) ||
505 !CBB_add_bytes(&ocsp_response,
506 CRYPTO_BUFFER_data(ssl->cert->ocsp_response),
507 CRYPTO_BUFFER_len(ssl->cert->ocsp_response)) ||