Searched refs:ClientHelloParser (Results 1 – 8 of 8) sorted by relevance
33 inline ClientHelloParser::ClientHelloParser() in ClientHelloParser() function41 inline void ClientHelloParser::Reset() { in Reset()53 inline void ClientHelloParser::Start(ClientHelloParser::OnHelloCb onhello_cb, in Start()54 ClientHelloParser::OnEndCb onend_cb, in Start()68 inline void ClientHelloParser::End() { in End()78 inline bool ClientHelloParser::IsEnded() const { in IsEnded()82 inline bool ClientHelloParser::IsPaused() const { in IsPaused()
28 void ClientHelloParser::Parse(const uint8_t* data, size_t avail) { in Parse()48 bool ClientHelloParser::ParseRecordHeader(const uint8_t* data, size_t avail) { in ParseRecordHeader()76 void ClientHelloParser::ParseHeader(const uint8_t* data, size_t avail) { in ParseHeader()124 void ClientHelloParser::ParseExtension(const uint16_t type, in ParseExtension()165 bool ClientHelloParser::ParseTLSClientHello(const uint8_t* data, size_t avail) { in ParseTLSClientHello()
42 class ClientHelloParser {44 inline ClientHelloParser();61 friend class ClientHelloParser; variable
242 const ClientHelloParser::ClientHello& hello);306 ClientHelloParser hello_parser_;
145 const ClientHelloParser::ClientHello& hello);1855 const ClientHelloParser::ClientHello& hello) { in OnClientHello()
1154 ….com/nodejs/node/commit/1b8d3ec5e7)] - **crypto**: add ocsp_request ClientHelloParser::Reset (Dani…
1319 ….com/nodejs/node/commit/1279893a46)] - **crypto**: add ocsp_request ClientHelloParser::Reset (Dani…
631 ….com/nodejs/node/commit/4b4e4db1c1)] - **crypto**: add ocsp_request ClientHelloParser::Reset (Dani…