Searched refs:SetCiphers (Results 1 – 2 of 2) sorted by relevance
97 static void SetCiphers(const v8::FunctionCallbackInfo<v8::Value>& args);
280 SetProtoMethod(isolate, tmpl, "setCiphers", SetCiphers); in GetConstructorTemplate()359 registry->Register(SetCiphers); in RegisterExternalReferences()808 void SecureContext::SetCiphers(const FunctionCallbackInfo<Value>& args) { in SetCiphers() function in node::crypto::SecureContext