Searched refs:SSLPointer (Results 1 – 4 of 4) sorted by relevance
/third_party/node/src/ |
D | node_crypto_common.h | 37 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 …]
|
D | node_crypto_common.cc | 61 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 …]
|
D | node_crypto.h | 68 using SSLPointer = DeleteFnPtr<SSL, SSL_free>; variable 297 SSLPointer ssl_;
|
D | node_crypto.cc | 6545 SSLPointer ssl(SSL_new(ctx.get())); in GetSSLCiphers()
|