Home
last modified time | relevance | path

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

/third_party/node/src/crypto/
Dcrypto_context.h90 static void SetEngineKey(const v8::FunctionCallbackInfo<v8::Value>& args);
Dcrypto_context.cc304 SetProtoMethod(isolate, tmpl, "setEngineKey", SetEngineKey); in GetConstructorTemplate()
379 registry->Register(SetEngineKey); in RegisterExternalReferences()
644 void SecureContext::SetEngineKey(const FunctionCallbackInfo<Value>& args) { in SetEngineKey() function in node::crypto::SecureContext