Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/security/
Dalts_credentials_fuzzer.cc77 bool enable_untrusted_alts = grpc_fuzzer_get_next_byte(&inp) & 0x01; in LLVMFuzzerTestOneInput() local
88 options, handshaker_service_url, enable_untrusted_alts); in LLVMFuzzerTestOneInput()
89 if (!enable_untrusted_alts && !is_on_gcp) { in LLVMFuzzerTestOneInput()
102 options, handshaker_service_url, enable_untrusted_alts); in LLVMFuzzerTestOneInput()
103 if (!enable_untrusted_alts && !is_on_gcp) { in LLVMFuzzerTestOneInput()
/external/grpc-grpc/src/core/lib/security/credentials/alts/
Dalts_credentials.cc73 const char* handshaker_service_url, bool enable_untrusted_alts) { in grpc_alts_credentials_create_customized() argument
74 if (!enable_untrusted_alts && !grpc_alts_is_running_on_gcp()) { in grpc_alts_credentials_create_customized()
92 const char* handshaker_service_url, bool enable_untrusted_alts) { in grpc_alts_server_credentials_create_customized() argument
93 if (!enable_untrusted_alts && !grpc_alts_is_running_on_gcp()) { in grpc_alts_server_credentials_create_customized()
Dalts_credentials.h61 const char* handshaker_service_url, bool enable_untrusted_alts);
80 const char* handshaker_service_url, bool enable_untrusted_alts);