Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dcipher_suites.go98 …{TLS_CHACHA20_POLY1305_SHA256, 32, 0, ivLenChaCha20Poly1305, nil, suiteTLS13, nil, nil, aeadCHACHA…
470 TLS_CHACHA20_POLY1305_SHA256 uint16 = 0x1303 const
Drunner.go1592 {"AEAD-CHACHA20-POLY1305", TLS_CHACHA20_POLY1305_SHA256},
7915 CipherSuites: []uint16{TLS_CHACHA20_POLY1305_SHA256, TLS_AES_128_GCM_SHA256},
7983 CipherSuites: []uint16{TLS_CHACHA20_POLY1305_SHA256},
7987 CipherSuites: []uint16{TLS_CHACHA20_POLY1305_SHA256},
8025 CipherSuites: []uint16{TLS_CHACHA20_POLY1305_SHA256},
12601 SendHelloRetryRequestCipherSuite: TLS_CHACHA20_POLY1305_SHA256,
13701 TLS_CHACHA20_POLY1305_SHA256,
13707 "-expect-cipher-aes", strconv.Itoa(int(TLS_CHACHA20_POLY1305_SHA256)),
13708 "-expect-cipher-no-aes", strconv.Itoa(int(TLS_CHACHA20_POLY1305_SHA256)),
13719 TLS_CHACHA20_POLY1305_SHA256,
[all …]
/external/conscrypt/
DCAPABILITIES.md61 * `TLS_CHACHA20_POLY1305_SHA256`
/external/scapy/scapy/layers/tls/crypto/
Dsuites.py980 class TLS_CHACHA20_POLY1305_SHA256(_GenericCipherSuite): class
/external/curl/docs/
DCIPHERS.md161 `TLS_CHACHA20_POLY1305_SHA256`
/external/curl/lib/vtls/
Dsectransp.c859 case TLS_CHACHA20_POLY1305_SHA256: in TLSCipherNameForNumber()
/external/python/cpython2/Doc/library/
Dssl.rst300 and TLS_CHACHA20_POLY1305_SHA256 were added to the default cipher string.