Home
last modified time | relevance | path

Searched defs:enable_untrusted_alts (Results 1 – 2 of 2) sorted by relevance

/third_party/grpc/src/core/lib/security/credentials/alts/
Dalts_credentials.cc85 const char* handshaker_service_url, bool enable_untrusted_alts) { in grpc_alts_credentials_create_customized()
94 const char* handshaker_service_url, bool enable_untrusted_alts) { in grpc_alts_server_credentials_create_customized()
/third_party/grpc/test/core/security/
Dalts_credentials_fuzzer.cc72 bool enable_untrusted_alts = grpc_fuzzer_get_next_byte(&inp) & 0x01; in LLVMFuzzerTestOneInput() local