Searched refs:expect_cipher_aes (Results 1 – 3 of 3) sorted by relevance
137 int expect_cipher_aes = 0; member
574 if (config->expect_cipher_aes != 0 && in CheckHandshakeProperties()576 static_cast<uint16_t>(config->expect_cipher_aes) != cipher_id) { in CheckHandshakeProperties()578 cipher_id, static_cast<uint16_t>(config->expect_cipher_aes)); in CheckHandshakeProperties()
217 { "-expect-cipher-aes", &TestConfig::expect_cipher_aes },