HomeSort by relevance Sort by last modified time
    Searched refs:ocsp_response_length (Results 1 - 6 of 6) sorted by null

  /external/boringssl/src/ssl/
ssl_asn1.cc 321 if (in->ocsp_response_length > 0) {
324 !CBB_add_bytes(&child2, in->ocsp_response, in->ocsp_response_length)) {
692 &session, &ret->ocsp_response, &ret->ocsp_response_length,
ssl_session.cc 229 new_session->ocsp_response_length = session->ocsp_response_length;
232 session->ocsp_response, session->ocsp_response_length);
    [all...]
handshake_client.cc     [all...]
tls13_both.cc 294 &hs->new_session->ocsp_response_length)) {
ssl_lib.cc     [all...]
  /external/boringssl/src/include/openssl/
ssl.h 4044 size_t ocsp_response_length; member in struct:ssl_session_st
    [all...]

Completed in 1071 milliseconds