Home
last modified time | relevance | path

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

/external/boringssl/src/ssl/
Dssl_test.cc851 static bool GetClientHello(SSL *ssl, std::vector<uint8_t> *out) { in GetClientHello() function
896 if (!GetClientHello(ssl.get(), &client_hello) || in GetClientHelloLen()
1805 if (!GetClientHello(ssl.get(), &client_hello)) { in ClientHelloMatches()