Searched refs:InitJWK (Results 1 – 2 of 2) sorted by relevance
186 static void InitJWK(const v8::FunctionCallbackInfo<v8::Value>& args);
915 SetProtoMethod(isolate, templ, "initJwk", InitJWK); in Initialize()934 registry->Register(InitJWK); in RegisterExternalReferences()1013 void KeyObjectHandle::InitJWK(const FunctionCallbackInfo<Value>& args) { in InitJWK() function in node::crypto::KeyObjectHandle