Searched refs:SetEngineKey (Results 1 – 2 of 2) sorted by relevance
131 static void SetEngineKey(const v8::FunctionCallbackInfo<v8::Value>& args);
484 env->SetProtoMethod(t, "setEngineKey", SetEngineKey); in Initialize()793 void SecureContext::SetEngineKey(const FunctionCallbackInfo<Value>& args) { in SetEngineKey() function in node::crypto::SecureContext