Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/security/security_connector/
Dssl_utils.cc65 static gpr_once cipher_suites_once = GPR_ONCE_INIT; variable
89 gpr_once_init(&cipher_suites_once, init_cipher_suites); in grpc_get_ssl_cipher_suites()