Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_crypto.h283 static int TLSExtStatusCallback(SSL* s, void* arg);
Dnode_crypto.cc146 template int SSLWrap<TLSWrap>::TLSExtStatusCallback(SSL* s, void* arg);
1781 SSL_CTX_set_tlsext_status_cb(sc->ctx_.get(), TLSExtStatusCallback); in ConfigureSecureContext()
2396 int SSLWrap<Base>::TLSExtStatusCallback(SSL* s, void* arg) { in TLSExtStatusCallback() function in node::crypto::SSLWrap