Home
last modified time | relevance | path

Searched refs:grpc_gcp_identity (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/src/core/tsi/alts/handshaker/
Dalts_handshaker_service_api_util.cc42 const grpc_gcp_identity* identity = in destroy_repeated_field_list_identity()
43 static_cast<const grpc_gcp_identity*>(field->data); in destroy_repeated_field_list_identity()
91 (grpc_gcp_identity*)var->data)) in encode_repeated_identity_cb()
126 grpc_gcp_identity* identity = in decode_repeated_identity_cb()
127 static_cast<grpc_gcp_identity*>(gpr_zalloc(sizeof(*identity))); in decode_repeated_identity_cb()
Dalts_handshaker_service_api.cc173 static void set_identity_hostname(grpc_gcp_identity* identity, in set_identity_hostname()
180 static void set_identity_service_account(grpc_gcp_identity* identity, in set_identity_service_account()
195 grpc_gcp_identity* target_identity = in grpc_gcp_handshaker_req_add_target_identity_hostname()
196 static_cast<grpc_gcp_identity*>(gpr_zalloc(sizeof(*target_identity))); in grpc_gcp_handshaker_req_add_target_identity_hostname()
214 grpc_gcp_identity* target_identity = in grpc_gcp_handshaker_req_add_target_identity_service_account()
215 static_cast<grpc_gcp_identity*>(gpr_zalloc(sizeof(*target_identity))); in grpc_gcp_handshaker_req_add_target_identity_service_account()
403 grpc_gcp_identity* local_identity = in grpc_gcp_handshaker_req_param_add_local_identity_hostname()
404 static_cast<grpc_gcp_identity*>(gpr_zalloc(sizeof(*local_identity))); in grpc_gcp_handshaker_req_param_add_local_identity_hostname()
425 grpc_gcp_identity* local_identity = in grpc_gcp_handshaker_req_param_add_local_identity_service_account()
426 static_cast<grpc_gcp_identity*>(gpr_zalloc(sizeof(*local_identity))); in grpc_gcp_handshaker_req_param_add_local_identity_service_account()
Dalts_handshaker_service_api_util.h43 typedef grpc_gcp_Identity grpc_gcp_identity; typedef
/external/grpc-grpc/test/core/tsi/alts/handshaker/
Dalts_handshaker_service_api_test_lib.cc114 static void set_identity_hostname(grpc_gcp_identity* identity, in set_identity_hostname()
121 static void set_identity_service_account(grpc_gcp_identity* identity, in set_identity_service_account()
332 static bool handshaker_identity_equals(const grpc_gcp_identity* l_id, in handshaker_identity_equals()
333 const grpc_gcp_identity* r_id) { in handshaker_identity_equals()
395 static_cast<const grpc_gcp_identity*>(field->data), in repeated_field_list_contains_identity()
396 static_cast<const grpc_gcp_identity*>(target->data))) { in repeated_field_list_contains_identity()
Dalts_handshaker_client_test.cc82 grpc_gcp_identity* target_identity1 = static_cast<grpc_gcp_identity*>( in validate_target_identities()
84 grpc_gcp_identity* target_identity2 = static_cast<grpc_gcp_identity*>( in validate_target_identities()