Searched refs:ClientHelloParser (Results 1 – 10 of 10) sorted by relevance
32 inline ClientHelloParser::ClientHelloParser() in ClientHelloParser() function40 inline void ClientHelloParser::Reset() { in Reset()52 inline void ClientHelloParser::Start(ClientHelloParser::OnHelloCb onhello_cb, in Start()53 ClientHelloParser::OnEndCb onend_cb, in Start()67 inline void ClientHelloParser::End() { in End()77 inline bool ClientHelloParser::IsEnded() const { in IsEnded()81 inline bool ClientHelloParser::IsPaused() const { in IsPaused()
27 void ClientHelloParser::Parse(const uint8_t* data, size_t avail) { in Parse()47 bool ClientHelloParser::ParseRecordHeader(const uint8_t* data, size_t avail) { in ParseRecordHeader()75 void ClientHelloParser::ParseHeader(const uint8_t* data, size_t avail) { in ParseHeader()128 void ClientHelloParser::ParseExtension(const uint16_t type, in ParseExtension()169 bool ClientHelloParser::ParseTLSClientHello(const uint8_t* data, size_t avail) { in ParseTLSClientHello()
41 class ClientHelloParser {43 inline ClientHelloParser();60 friend class ClientHelloParser; variable
252 ClientHelloParser hello_parser_;
79 const ClientHelloParser::ClientHello& hello) { in OnClientHello()
113 using node::crypto::ClientHelloParser; in TEST()122 node::crypto::ClientHelloParser parser; in TEST()
3139 …odejs/node/commit/752e1472e1)] - **tls**: fix out-of-bounds read in ClientHelloParser (Tobias Nieß…3255 …nodejs/node/commit/fc17b808c9)] - **src**: rename misleading arg in ClientHelloParser (Tobias Nieß…
1178 …com/nodejs/node/commit/1b8d3ec5e7)] - **crypto**: add ocsp\_request ClientHelloParser::Reset (Dani…
1337 …com/nodejs/node/commit/1279893a46)] - **crypto**: add ocsp\_request ClientHelloParser::Reset (Dani…
645 …com/nodejs/node/commit/4b4e4db1c1)] - **crypto**: add ocsp\_request ClientHelloParser::Reset (Dani…