Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dcipher_suites.go99 {TLS_AES_128_GCM_SHA256, 16, 0, ivLenAESGCM, nil, suiteTLS13, nil, nil, aeadAESGCM},
468 TLS_AES_128_GCM_SHA256 uint16 = 0x1301 const
Drunner.go1593 {"AEAD-AES128-GCM-SHA256", TLS_AES_128_GCM_SHA256},
3538 CipherSuites: []uint16{bogusCipher, TLS_AES_128_GCM_SHA256},
7853 return SetShimTicketCipherSuite(in, TLS_AES_128_GCM_SHA256)
7915 CipherSuites: []uint16{TLS_CHACHA20_POLY1305_SHA256, TLS_AES_128_GCM_SHA256},
7920 return SetShimTicketCipherSuite(in, TLS_AES_128_GCM_SHA256)
7989 SendCipherSuites: []uint16{TLS_AES_128_GCM_SHA256},
8021 CipherSuites: []uint16{TLS_AES_128_GCM_SHA256},
8035 CipherSuites: []uint16{TLS_AES_128_GCM_SHA256},
8039 CipherSuites: []uint16{TLS_AES_128_GCM_SHA256},
10377 {"AEAD-AES128-GCM-SHA256", TLS_AES_128_GCM_SHA256},
[all …]
/external/conscrypt/
DCAPABILITIES.md59 * `TLS_AES_128_GCM_SHA256`
/external/scapy/scapy/layers/tls/crypto/
Dsuites.py974 class TLS_AES_128_GCM_SHA256(_GenericCipherSuite): class
/external/curl/docs/
DCIPHERS.md162 `TLS_AES_128_GCM_SHA256`
/external/curl/lib/vtls/
Dsectransp.c853 case TLS_AES_128_GCM_SHA256: in TLSCipherNameForNumber()
/external/python/cpython2/Doc/library/
Dssl.rst299 TLS 1.3 cipher suites TLS_AES_128_GCM_SHA256, TLS_AES_256_GCM_SHA384,