Searched refs:GetCipherInfo (Results 1 – 4 of 4) sorted by relevance
73 v8::MaybeLocal<v8::Object> GetCipherInfo(
55 void GetCipherInfo(const FunctionCallbackInfo<Value>& args) { in GetCipherInfo() function323 SetMethodNoSideEffect(context, target, "getCipherInfo", GetCipherInfo); in Initialize()358 registry->Register(GetCipherInfo); in RegisterExternalReferences()
1077 MaybeLocal<Object> GetCipherInfo(Environment* env, const SSLPointer& ssl) { in GetCipherInfo() function
1797 GetCipherInfo(env, w->ssl_).FromMaybe(Local<Object>())); in GetCipher()