Home
last modified time | relevance | path

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

/third_party/node/src/crypto/
Dcrypto_context.h19 void GetRootCertificates(
Dcrypto_context.cc241 void GetRootCertificates(const FunctionCallbackInfo<Value>& args) { in GetRootCertificates() function
341 context, target, "getRootCertificates", GetRootCertificates); in Initialize()
385 registry->Register(GetRootCertificates); in RegisterExternalReferences()