Home
last modified time | relevance | path

Searched defs:clientHello (Results 1 – 6 of 6) sorted by relevance

/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/javax/net/ssl/
DSSLEngineVersionCompatibilityTest.java545 ClientHello clientHello = TlsTester.parseClientHello(getFirstChunk(e)); in test_SSLEngine_ClientHello_SNI() local
565 ClientHello clientHello = TlsTester.parseClientHello(getFirstChunk(e)); in test_SSLEngine_ClientHello_ALPN() local
DSSLSocketTest.java1116 ClientHello clientHello = TlsTester.captureTlsHandshakeClientHello(executor, factory); in test_SSLSocket_tlsFallback_byVersion() local
/external/conscrypt/common/src/test/java/org/conscrypt/javax/net/ssl/
DSSLEngineVersionCompatibilityTest.java543 ClientHello clientHello = TlsTester.parseClientHello(getFirstChunk(e)); in test_SSLEngine_ClientHello_SNI() local
563 ClientHello clientHello = TlsTester.parseClientHello(getFirstChunk(e)); in test_SSLEngine_ClientHello_ALPN() local
DSSLSocketTest.java1112 ClientHello clientHello = TlsTester.captureTlsHandshakeClientHello(executor, factory); in test_SSLSocket_tlsFallback_byVersion() local
/external/boringssl/src/ssl/test/runner/
Dhandshake_server.go29 clientHello *clientHelloMsg member
Dprf.go465 …er(psk []byte, version uint16, label []byte, cipherSuite *cipherSuite, clientHello, helloRetryRequ… argument