Home
last modified time | relevance | path

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

/external/conscrypt/common/src/main/java/org/conscrypt/metrics/
DCipherSuite.java61 TLS_CHACHA20_POLY1305_SHA256(0x1303), enumConstant
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/metrics/
DCipherSuite.java63 TLS_CHACHA20_POLY1305_SHA256(0x1303), enumConstant
/external/boringssl/src/ssl/test/runner/
Dcipher_suites.go100 …{TLS_CHACHA20_POLY1305_SHA256, 32, 0, ivLenChaCha20Poly1305, nil, suiteTLS13, nil, nil, aeadCHACHA…
472 TLS_CHACHA20_POLY1305_SHA256 uint16 = 0x1303 const
Drunner.go1763 {"CHACHA20_POLY1305_SHA256", TLS_CHACHA20_POLY1305_SHA256},
9020 CipherSuites: []uint16{TLS_CHACHA20_POLY1305_SHA256, TLS_AES_128_GCM_SHA256},
9088 CipherSuites: []uint16{TLS_CHACHA20_POLY1305_SHA256},
9092 CipherSuites: []uint16{TLS_CHACHA20_POLY1305_SHA256},
9130 CipherSuites: []uint16{TLS_CHACHA20_POLY1305_SHA256},
13727 SendHelloRetryRequestCipherSuite: TLS_CHACHA20_POLY1305_SHA256,
15020 CipherSuites: []uint16{TLS_CHACHA20_POLY1305_SHA256},
15042 TLS_CHACHA20_POLY1305_SHA256,
15048 "-expect-cipher-aes", strconv.Itoa(int(TLS_CHACHA20_POLY1305_SHA256)),
15049 "-expect-cipher-no-aes", strconv.Itoa(int(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.md162 `TLS_CHACHA20_POLY1305_SHA256`
/external/curl/lib/vtls/
Dnss.c220 {"chacha20_poly1305_sha_256", TLS_CHACHA20_POLY1305_SHA256},
Dsectransp.c860 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.