Searched defs:handshaker_service_url (Results 1 – 6 of 6) sorted by relevance
38 const char* handshaker_service_url) in grpc_alts_credentials()63 const char* handshaker_service_url) in grpc_alts_server_credentials()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()
44 const char* handshaker_service_url() const { return handshaker_service_url_; } in handshaker_service_url() function63 const char* handshaker_service_url() const { return handshaker_service_url_; } in handshaker_service_url() function
55 const char* handshaker_service_url) { in grpc_alts_shared_resource_dedicated_start()
53 char* handshaker_service_url; member622 const char* handshaker_service_url, bool is_client, in alts_tsi_handshaker_create()
688 const char* handshaker_service_url, grpc_pollset_set* interested_parties, in alts_grpc_handshaker_client_create()
73 char* handshaker_service_url = in LLVMFuzzerTestOneInput() local