Searched refs:TLS_CHACHA20_POLY1305_SHA256 (Results 1 – 2 of 2) sorted by relevance
/external/boringssl/src/ssl/test/runner/ |
D | cipher_suites.go | 106 …{TLS_CHACHA20_POLY1305_SHA256, 32, 0, ivLenChaCha20Poly1305, nil, suiteTLS13, nil, nil, aeadCHACHA… 493 TLS_CHACHA20_POLY1305_SHA256 uint16 = 0x1303 const
|
D | runner.go | 1348 {"AEAD-CHACHA20-POLY1305", TLS_CHACHA20_POLY1305_SHA256}, 6747 CipherSuites: []uint16{TLS_CHACHA20_POLY1305_SHA256, TLS_AES_128_GCM_SHA256}, 6815 CipherSuites: []uint16{TLS_CHACHA20_POLY1305_SHA256}, 6819 CipherSuites: []uint16{TLS_CHACHA20_POLY1305_SHA256}, 6857 CipherSuites: []uint16{TLS_CHACHA20_POLY1305_SHA256}, 11651 TLS_CHACHA20_POLY1305_SHA256, 11656 "-expect-cipher-aes", strconv.Itoa(int(TLS_CHACHA20_POLY1305_SHA256)), 11657 "-expect-cipher-no-aes", strconv.Itoa(int(TLS_CHACHA20_POLY1305_SHA256)), 11668 TLS_CHACHA20_POLY1305_SHA256, 11673 "-expect-cipher-no-aes", strconv.Itoa(int(TLS_CHACHA20_POLY1305_SHA256)), [all …]
|