Searched defs:enable_untrusted_alts (Results 1 – 2 of 2) sorted by relevance
73 const char* handshaker_service_url, bool enable_untrusted_alts) { in grpc_alts_credentials_create_customized()92 const char* handshaker_service_url, bool enable_untrusted_alts) { in grpc_alts_server_credentials_create_customized()
77 bool enable_untrusted_alts = grpc_fuzzer_get_next_byte(&inp) & 0x01; in LLVMFuzzerTestOneInput() local