Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Drunner.go493 expectedCipher uint16 member
797 if cipher := connState.CipherSuite; test.expectedCipher != 0 && cipher != test.expectedCipher {
798 return fmt.Errorf("got cipher %x, expected %x", cipher, test.expectedCipher)
3764 expectedCipher: t.expected,
10736 expectedCipher: TLS_RSA_WITH_AES_128_GCM_SHA256,
13774 expectedCipher: TLS_AES_256_GCM_SHA384,
13790 expectedCipher: TLS_AES_128_GCM_SHA256,