Home
last modified time | relevance | path

Searched refs:expect_cipher_no_aes (Results 1 – 3 of 3) sorted by relevance

/external/boringssl/src/ssl/test/
Dtest_config.h128 int expect_cipher_no_aes = 0; member
Dtest_config.cc187 { "-expect-cipher-no-aes", &TestConfig::expect_cipher_no_aes },
Dbssl_shim.cc1652 if (config->expect_cipher_no_aes != 0 && in CheckHandshakeProperties()
1654 static_cast<uint16_t>(config->expect_cipher_no_aes) != cipher_id) { in CheckHandshakeProperties()
1656 cipher_id, static_cast<uint16_t>(config->expect_cipher_no_aes)); in CheckHandshakeProperties()