Lines Matching defs:ssl
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()
97 SSL* ssl, in GetSSLOCSPResponse()
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()
221 const char* GetServerName(SSL* ssl) { in GetServerName()
279 MaybeLocal<Value> GetCert(Environment* env, const SSLPointer& ssl) { in GetCert()
396 const SSLPointer& ssl, in GetLastIssuedCert()
1079 MaybeLocal<Value> GetCipherName(Environment* env, const SSLPointer& ssl) { in GetCipherName()
1085 const SSLPointer& ssl) { in GetCipherStandardName()
1089 MaybeLocal<Value> GetCipherVersion(Environment* env, const SSLPointer& ssl) { in GetCipherVersion()
1095 const SSLPointer& ssl) { in GetClientHelloCiphers()
1127 MaybeLocal<Object> GetCipherInfo(Environment* env, const SSLPointer& ssl) { in GetCipherInfo()
1149 MaybeLocal<Object> GetEphemeralKey(Environment* env, const SSLPointer& ssl) { in GetEphemeralKey()
1232 const SSLPointer& ssl, in GetPeerCert()