Home
last modified time | relevance | path

Searched refs:SSLPointer (Results 1 – 4 of 4) sorted by relevance

/third_party/node/src/
Dnode_crypto_common.h37 const SSLPointer& ssl,
42 bool SetALPN(const SSLPointer& ssl, const std::string& alpn);
44 bool SetALPN(const SSLPointer& ssl, v8::Local<v8::Value> alpn);
52 const SSLPointer& ssl,
57 const SSLPointer& ssl,
65 const SSLPointer& ssl,
68 int UseSNIContext(const SSLPointer& ssl, BaseObjectPtr<SecureContext> context);
70 const char* GetClientHelloALPN(const SSLPointer& ssl);
72 const char* GetClientHelloServerName(const SSLPointer& ssl);
78 const SSLPointer& ssl);
[all …]
Dnode_crypto_common.cc61 const SSLPointer& ssl, in LogSecret()
81 bool SetALPN(const SSLPointer& ssl, const std::string& alpn) { in SetALPN()
88 bool SetALPN(const SSLPointer& ssl, Local<Value> alpn) { in SetALPN()
115 const SSLPointer& ssl, in SetTLSSession()
123 const SSLPointer& ssl, in SetTLSSession()
140 const SSLPointer& ssl, in VerifyPeerCertificate()
161 int UseSNIContext(const SSLPointer& ssl, BaseObjectPtr<SecureContext> context) { in UseSNIContext()
174 const char* GetClientHelloALPN(const SSLPointer& ssl) { in GetClientHelloALPN()
193 const char* GetClientHelloServerName(const SSLPointer& ssl) { in GetClientHelloServerName()
279 MaybeLocal<Value> GetCert(Environment* env, const SSLPointer& ssl) { in GetCert()
[all …]
Dnode_crypto.h68 using SSLPointer = DeleteFnPtr<SSL, SSL_free>; variable
297 SSLPointer ssl_;
Dnode_crypto.cc6545 SSLPointer ssl(SSL_new(ctx.get())); in GetSSLCiphers()