Home
last modified time | relevance | path

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

/third_party/node/src/crypto/
Dcrypto_context.h117 static void SetTicketKeys(const v8::FunctionCallbackInfo<v8::Value>& args);
Dcrypto_context.cc293 SetProtoMethod(isolate, tmpl, "setTicketKeys", SetTicketKeys); in GetConstructorTemplate()
372 registry->Register(SetTicketKeys); in RegisterExternalReferences()
1138 void SecureContext::SetTicketKeys(const FunctionCallbackInfo<Value>& args) { in SetTicketKeys() function in node::crypto::SecureContext