Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/security/security_connector/
Dsecurity_connector.h274 static void InitRootStoreOnce();
Dsecurity_connector.cc1235 gpr_once_init(&once, DefaultSslRootStore::InitRootStoreOnce);
1238 void DefaultSslRootStore::InitRootStoreOnce() { function in grpc_core::DefaultSslRootStore