Home
last modified time | relevance | path

Searched defs:TLS_AES_256_GCM_SHA384 (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/ssl/test/runner/
Dcipher_suites.go469 TLS_AES_256_GCM_SHA384 uint16 = 0x1302 const
/external/scapy/scapy/layers/tls/crypto/
Dsuites.py977 class TLS_AES_256_GCM_SHA384(_GenericCipherSuite): class