Home
last modified time | relevance | path

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

/third_party/node/src/
Dnode_crypto.h139 static void SetSigalgs(const v8::FunctionCallbackInfo<v8::Value>& args);
Dnode_crypto.cc492 env->SetProtoMethod(t, "setSigalgs", SetSigalgs); in Initialize()
766 void SecureContext::SetSigalgs(const FunctionCallbackInfo<Value>& args) { in SetSigalgs() function in node::crypto::SecureContext