Home
last modified time | relevance | path

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

/external/conscrypt/repackaged/openjdk-integ-tests/src/test/java/com/android/org/conscrypt/javax/net/ssl/
DSSLEngineVersionCompatibilityTest.java527 ClientHello clientHello = TlsTester.parseClientHello(getFirstChunk(e)); in test_SSLSocket_ClientHello_SNI() local
547 ClientHello clientHello = TlsTester.parseClientHello(getFirstChunk(e)); in test_SSLSocket_ClientHello_ALPN() local
DSSLSocketTest.java975 ClientHello clientHello = TlsTester.captureTlsHandshakeClientHello(executor, factory); in test_SSLSocket_tlsFallback_byVersion() local
/external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/net/ssl/
DSSLEngineVersionCompatibilityTest.java525 ClientHello clientHello = TlsTester.parseClientHello(getFirstChunk(e)); in test_SSLSocket_ClientHello_SNI() local
545 ClientHello clientHello = TlsTester.parseClientHello(getFirstChunk(e)); in test_SSLSocket_ClientHello_ALPN() local
DSSLSocketTest.java964 ClientHello clientHello = TlsTester.captureTlsHandshakeClientHello(executor, factory); in test_SSLSocket_tlsFallback_byVersion() local
/external/boringssl/src/ssl/test/runner/
Dhandshake_server.go28 clientHello *clientHelloMsg member
Dprf.go500 …er(psk []byte, version uint16, label []byte, cipherSuite *cipherSuite, clientHello, helloRetryRequ… argument