Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_crypto.h131 static void SetEngineKey(const v8::FunctionCallbackInfo<v8::Value>& args);
Dnode_crypto.cc484 env->SetProtoMethod(t, "setEngineKey", SetEngineKey); in Initialize()
793 void SecureContext::SetEngineKey(const FunctionCallbackInfo<Value>& args) { in SetEngineKey() function in node::crypto::SecureContext