Home
last modified time | relevance | path

Searched refs:ocsp_response_length (Results 1 – 6 of 6) sorted by relevance

/external/boringssl/src/ssl/
Dssl_asn1.c320 if (in->ocsp_response_length > 0) { in SSL_SESSION_to_bytes_full()
323 !CBB_add_bytes(&child2, in->ocsp_response, in->ocsp_response_length)) { in SSL_SESSION_to_bytes_full()
623 &session, &ret->ocsp_response, &ret->ocsp_response_length, in SSL_SESSION_parse()
Dssl_lib.c1510 *out_len = session->ocsp_response_length; in SSL_get0_ocsp_response()
1530 ctx->ocsp_response_length = 0; in SSL_CTX_set_ocsp_response()
1536 ctx->ocsp_response_length = response_len; in SSL_CTX_set_ocsp_response()
Ds3_srvr.c1177 ssl->ctx->ocsp_response_length) || in ssl3_send_certificate_status()
Ds3_clnt.c1536 &ssl->session->ocsp_response_length)) { in ssl3_get_cert_status()
Dt1_lib.c1244 ssl->ctx->ocsp_response_length == 0) { in ext_ocsp_add_serverhello()
/external/boringssl/src/include/openssl/
Dssl.h3401 size_t ocsp_response_length; member
3684 size_t ocsp_response_length; member