Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Drunner.go141 expectedCipher uint16 member
1094 expectedCipher: TLS_DHE_RSA_WITH_AES_128_GCM_SHA256,
1203 if cipher := connState.CipherSuite; test.expectedCipher != 0 && cipher != test.expectedCipher {
1204 return fmt.Errorf("got cipher %x, expected %x", cipher, test.expectedCipher)