Searched defs:GetCipher (Results 1 – 3 of 3) sorted by relevance
34 const EVP_CIPHER *GetCipher(const std::string &name) { in GetCipher() function
73 static const EVP_CIPHER *GetCipher(const std::string &name) { in GetCipher() function
2174 void SSLWrap<Base>::GetCipher(const FunctionCallbackInfo<Value>& args) { in GetCipher() function in node::crypto::SSLWrap