HomeSort by relevance Sort by last modified time
    Searched defs:ocsp_response (Results 1 - 7 of 7) sorted by null

  /external/boringssl/src/ssl/
tls13_both.cc 282 CBS ocsp_response; local
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; local
504 !CBB_add_u24_length_prefixed(&contents, &ocsp_response) ||
505 !CBB_add_bytes(&ocsp_response,
506 CRYPTO_BUFFER_data(ssl->cert->ocsp_response),
    [all...]
handshake_client.cc 1137 CBS certificate_status, ocsp_response; local
    [all...]
handshake_server.cc 1000 CBB body, ocsp_response; local
    [all...]
internal.h 1475 CRYPTO_BUFFER *ocsp_response; member in struct:cert_st
    [all...]
  /external/boringssl/src/ssl/test/
test_config.h 101 std::string ocsp_response; member in struct:TestConfig
  /external/conscrypt/common/src/jni/main/cpp/
NativeCrypto.cpp 8456 CBS ocsp_response; local
    [all...]
  /external/boringssl/src/include/openssl/
ssl.h 4045 uint8_t *ocsp_response; member in struct:ssl_session_st
    [all...]

Completed in 850 milliseconds