Home
last modified time | relevance | path

Searched refs:fail_ocsp_callback (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/ssl/test/
Dtest_config.h165 bool fail_ocsp_callback = false; member
Dtest_config.cc142 { "-fail-ocsp-callback", &TestConfig::fail_ocsp_callback },
384 return !config->fail_ocsp_callback; in LegacyOCSPCallback()
392 if (config->fail_ocsp_callback) { in LegacyOCSPCallback()