HomeSort by relevance Sort by last modified time
    Searched full:ocsp_response (Results 1 - 25 of 26) sorted by null

1 2

  /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...]
ssl_cert.cc 189 if (cert->ocsp_response != NULL) {
190 CRYPTO_BUFFER_up_ref(cert->ocsp_response);
191 ret->ocsp_response = cert->ocsp_response;
230 CRYPTO_BUFFER_free(c->ocsp_response);
895 CRYPTO_BUFFER_free(ctx->cert->ocsp_response);
896 ctx->cert->ocsp_response = CRYPTO_BUFFER_new(response, response_len, NULL);
897 return ctx->cert->ocsp_response != NULL;
902 CRYPTO_BUFFER_free(ssl->cert->ocsp_response);
903 ssl->cert->ocsp_response = CRYPTO_BUFFER_new(response, response_len, NULL)
    [all...]
ssl_session.cc 230 if (session->ocsp_response != NULL) {
231 new_session->ocsp_response = (uint8_t *)BUF_memdup(
232 session->ocsp_response, session->ocsp_response_length);
233 if (new_session->ocsp_response == NULL) {
382 OPENSSL_free(session->ocsp_response);
    [all...]
handshake_server.cc 1000 CBB body, ocsp_response; local
    [all...]
handshake_client.cc 1137 CBS certificate_status, ocsp_response; local
    [all...]
ssl_asn1.cc 324 !CBB_add_bytes(&child2, in->ocsp_response, in->ocsp_response_length)) {
692 &session, &ret->ocsp_response, &ret->ocsp_response_length,
ssl_lib.cc     [all...]
internal.h 1475 CRYPTO_BUFFER *ocsp_response; member in struct:cert_st
    [all...]
t1_lib.cc     [all...]
  /external/conscrypt/platform/src/main/java/org/conscrypt/ct/
SignedCertificateTimestamp.java 44 OCSP_RESPONSE
CTVerifier.java 231 SignedCertificateTimestamp.Origin.OCSP_RESPONSE);
  /external/boringssl/src/ssl/test/
test_config.h 101 std::string ocsp_response; member in struct:TestConfig
test_config.cc 167 { "-ocsp-response", &TestConfig::ocsp_response },
bssl_shim.cc 491 if (!config->ocsp_response.empty() &&
492 !SSL_set_ocsp_response(ssl, (const uint8_t *)config->ocsp_response.data(),
493 config->ocsp_response.size())) {
    [all...]
  /external/conscrypt/platform/src/test/java/org/conscrypt/ct/
CTVerifierTest.java 157 assertEquals(SignedCertificateTimestamp.Origin.OCSP_RESPONSE,
  /external/wpa_supplicant_8/src/utils/
http_curl.c 1051 static void ocsp_debug_print_resp(OCSP_RESPONSE *rsp)
1099 OCSP_RESPONSE *rsp;
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c     [all...]
  /external/curl/lib/
urldata.h 118 #undef OCSP_RESPONSE /* avoid cyassl/openssl/ssl.h clash with wincrypt.h */
    [all...]
  /external/conscrypt/common/src/jni/main/cpp/
NativeCrypto.cpp 8456 CBS ocsp_response; local
    [all...]
  /external/curl/lib/vtls/
openssl.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wincrypt.h     [all...]
  /external/boringssl/src/include/openssl/
ssl.h 4045 uint8_t *ocsp_response; member in struct:ssl_session_st
    [all...]
  /prebuilts/abi-dumps/vndk/current/arm/source-based/
libssl.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/current/arm64/source-based/
libssl.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/current/x86/source-based/
libssl.so.lsdump.gz 

Completed in 283 milliseconds

1 2