Home
last modified time | relevance | path

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

/third_party/node/src/crypto/
Dcrypto_keys.h185 static void InitEDRaw(const v8::FunctionCallbackInfo<v8::Value>& args);
Dcrypto_keys.cc914 SetProtoMethod(isolate, templ, "initEDRaw", InitEDRaw); in Initialize()
933 registry->Register(InitEDRaw); in RegisterExternalReferences()
1090 void KeyObjectHandle::InitEDRaw(const FunctionCallbackInfo<Value>& args) { in InitEDRaw() function in node::crypto::KeyObjectHandle