Searched refs:ServerGetRemoteCertificateContext (Results 1 – 5 of 5) sorted by relevance
41 static bool ExecGetRemoteCertificate(ServerGetRemoteCertificateContext *context);56 static napi_value GetRemoteCertificateCallback(ServerGetRemoteCertificateContext *context);
50 …BaseAsyncWork::ExecAsyncWork<ServerGetRemoteCertificateContext, TLSSocketServerExec::ExecGetRemote… in ExecGetRemoteCertificate()129 BaseAsyncWork::AsyncWorkCallback<ServerGetRemoteCertificateContext, in GetRemoteCertificateCallback()
123 return ModuleTemplate::Interface<ServerGetRemoteCertificateContext>( in GetRemoteCertificate()125 … [](napi_env theEnv, napi_value thisVal, ServerGetRemoteCertificateContext *context) -> bool { in GetRemoteCertificate()
112 bool TLSSocketServerExec::ExecGetRemoteCertificate(ServerGetRemoteCertificateContext *context) in ExecGetRemoteCertificate()453 napi_value TLSSocketServerExec::GetRemoteCertificateCallback(ServerGetRemoteCertificateContext *con… in GetRemoteCertificateCallback()
58 using ServerGetRemoteCertificateContext = TLSServerNapiContext; variable