Searched refs:TLS_AES_128_GCM_SHA256 (Results 1 – 7 of 7) sorted by relevance
/external/boringssl/src/ssl/test/runner/ |
D | cipher_suites.go | 99 {TLS_AES_128_GCM_SHA256, 16, 0, ivLenAESGCM, nil, suiteTLS13, nil, nil, aeadAESGCM}, 468 TLS_AES_128_GCM_SHA256 uint16 = 0x1301 const
|
D | runner.go | 1593 {"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/ |
D | CAPABILITIES.md | 59 * `TLS_AES_128_GCM_SHA256`
|
/external/scapy/scapy/layers/tls/crypto/ |
D | suites.py | 974 class TLS_AES_128_GCM_SHA256(_GenericCipherSuite): class
|
/external/curl/docs/ |
D | CIPHERS.md | 162 `TLS_AES_128_GCM_SHA256`
|
/external/curl/lib/vtls/ |
D | sectransp.c | 853 case TLS_AES_128_GCM_SHA256: in TLSCipherNameForNumber()
|
/external/python/cpython2/Doc/library/ |
D | ssl.rst | 299 TLS 1.3 cipher suites TLS_AES_128_GCM_SHA256, TLS_AES_256_GCM_SHA384,
|