Searched refs:SetTicketKeys (Results 1 – 2 of 2) sorted by relevance
117 static void SetTicketKeys(const v8::FunctionCallbackInfo<v8::Value>& args);
293 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