Home
last modified time | relevance | path

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

/third_party/node/src/crypto/
Dcrypto_context.h34 using SelectSNIContextCb = int (*)(SSL*, int*, void*); variable
56 void SetSelectSNIContextCallback(SelectSNIContextCb cb);
Dcrypto_context.cc571 void SecureContext::SetSelectSNIContextCallback(SelectSNIContextCb cb) { in SetSelectSNIContextCallback()