Home
last modified time | relevance | path

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

/third_party/node/src/crypto/
Dcrypto_context.h97 static void SetCiphers(const v8::FunctionCallbackInfo<v8::Value>& args);
Dcrypto_context.cc280 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