Home
last modified time | relevance | path

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

/third_party/node/src/crypto/
Dcrypto_clienthello-inl.h52 inline void ClientHelloParser::Start(ClientHelloParser::OnHelloCb onhello_cb, in Start() argument
59 CHECK_NOT_NULL(onhello_cb); in Start()
62 onhello_cb_ = onhello_cb; in Start()
Dcrypto_clienthello.h69 inline void Start(OnHelloCb onhello_cb, OnEndCb onend_cb, void* cb_arg);