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

  /external/boringssl/src/ssl/test/
test_config.h 80 bool expect_ticket_renewal = false; member in struct:TestConfig
test_config.cc 79 { "-expect-ticket-renewal", &TestConfig::expect_ticket_renewal },
bssl_shim.cc 970 (!SSL_session_reused(ssl) || config->expect_ticket_renewal);
    [all...]

Completed in 60 milliseconds