Home
last modified time | relevance | path

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

/third_party/node/src/crypto/
Dcrypto_keys.h186 static void InitJWK(const v8::FunctionCallbackInfo<v8::Value>& args);
Dcrypto_keys.cc915 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