Home
last modified time | relevance | path

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

/third_party/node/src/crypto/
Dcrypto_common.cc313 constexpr auto GetCipherName = GetCipherValue<SSL_CIPHER_get_name>; variable
549 return GetCipherName(env, SSL_get_current_cipher(ssl.get())); in GetCurrentCipherName()
1059 GetCipherName(env, cipher)) || in GetClientHelloCiphers()
1086 GetCurrentCipherValue<GetCipherName>(env, ssl)) || in GetCipherInfo()