Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/test/runner/
Dcipher_suites.go100 {TLS_AES_256_GCM_SHA384, 32, 0, ivLenAESGCM, nil, suiteTLS13 | suiteSHA384, nil, nil, aeadAESGCM},
469 TLS_AES_256_GCM_SHA384 uint16 = 0x1302 const
Drunner.go1594 {"AEAD-AES256-GCM-SHA384", TLS_AES_256_GCM_SHA384},
8041 SendCipherSuite: TLS_AES_256_GCM_SHA384,
8743 TLS_AES_256_GCM_SHA384,
10378 {"AEAD-AES256-GCM-SHA384", TLS_AES_256_GCM_SHA384},
10603 TLS_AES_256_GCM_SHA384,
10621 TLS_AES_256_GCM_SHA384,
10640 TLS_AES_256_GCM_SHA384,
10659 TLS_AES_256_GCM_SHA384,
12627 TLS_AES_256_GCM_SHA384,
13768 TLS_AES_256_GCM_SHA384,
[all …]
/external/conscrypt/
DCAPABILITIES.md60 * `TLS_AES_256_GCM_SHA384`
/external/scapy/scapy/layers/tls/crypto/
Dsuites.py977 class TLS_AES_256_GCM_SHA384(_GenericCipherSuite): class
/external/curl/docs/
DCIPHERS.md160 `TLS_AES_256_GCM_SHA384`
/external/curl/lib/vtls/
Dsectransp.c856 case TLS_AES_256_GCM_SHA384: in TLSCipherNameForNumber()
/external/python/cpython2/Doc/library/
Dssl.rst299 TLS 1.3 cipher suites TLS_AES_128_GCM_SHA256, TLS_AES_256_GCM_SHA384,