Searched defs:enable_untrusted_alts (Results 1 – 2 of 2) sorted by relevance
85 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()
72 bool enable_untrusted_alts = grpc_fuzzer_get_next_byte(&inp) & 0x01; in LLVMFuzzerTestOneInput() local