Home
last modified time | relevance | path

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

/third_party/node/src/crypto/
Dcrypto_common.cc315 constexpr auto GetCipherVersion = GetCipherValue<SSL_CIPHER_get_version>; variable
554 return GetCipherVersion(env, SSL_get_current_cipher(ssl.get())); in GetCurrentCipherVersion()
1067 GetCipherVersion(env, cipher))) { in GetClientHelloCiphers()
1094 GetCurrentCipherValue<GetCipherVersion>(env, ssl))) { in GetCipherInfo()