Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/security/security_connector/
Dssl_utils.h137 static void InitRootStoreOnce();
Dssl_utils.cc575 gpr_once_init(&once, DefaultSslRootStore::InitRootStoreOnce); in InitRootStore()
578 void DefaultSslRootStore::InitRootStoreOnce() { in InitRootStoreOnce() function in grpc_core::DefaultSslRootStore