Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dhandshake_server.go440 if c.config.Bugs.SendCipherSuite != 0 {
441 hs.hello.cipherSuite = c.config.Bugs.SendCipherSuite
1538 if c.config.Bugs.SendCipherSuite != 0 {
1539 hs.hello.cipherSuite = c.config.Bugs.SendCipherSuite
1594 if config.Bugs.SendCipherSuite != 0 {
1595 hs.hello.cipherSuite = config.Bugs.SendCipherSuite
Dcommon.go912 SendCipherSuite uint16 member
Drunner.go3394 SendCipherSuite: sendCipherSuite,
3501 SendCipherSuite: bogusCipher,
3512 SendCipherSuite: bogusCipher,
3580 SendCipherSuite: TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256,
3593 SendCipherSuite: TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,
3606 SendCipherSuite: TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256,
8007 SendCipherSuite: TLS_RSA_WITH_AES_128_CBC_SHA,
8041 SendCipherSuite: TLS_AES_256_GCM_SHA384,
12600 SendCipherSuite: TLS_AES_128_GCM_SHA256,