Home
last modified time | relevance | path

Searched refs:target_service_account (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/src/core/lib/security/credentials/alts/
Dgrpc_alts_credentials_client_options.cc36 static target_service_account* target_service_account_create( in target_service_account_create()
41 auto* sa = static_cast<target_service_account*>( in target_service_account_create()
42 gpr_zalloc(sizeof(target_service_account))); in target_service_account_create()
58 target_service_account* node = target_service_account_create(service_account); in grpc_alts_credentials_client_options_add_target_service_account()
64 target_service_account* service_account) { in target_service_account_destroy()
92 target_service_account* prev = nullptr; in alts_client_options_copy()
97 target_service_account* new_node = in alts_client_options_copy()
120 target_service_account* node = client_options->target_account_list_head; in alts_client_options_destroy()
122 target_service_account* next_node = node->next; in alts_client_options_destroy()
Dgrpc_alts_credentials_options.h40 typedef struct target_service_account { struct
41 struct target_service_account* next; argument
43 } target_service_account; argument
52 target_service_account* target_account_list_head;
/external/grpc-grpc/test/core/security/
Dgrpc_alts_credentials_options_test.cc48 target_service_account* node = client_options->target_account_list_head; in get_target_service_account_num()
/external/grpc-grpc/src/core/tsi/alts/handshaker/
Dalts_handshaker_client.cc100 target_service_account* ptr = in get_serialized_start_client()