Searched refs:local_identity (Results 1 – 7 of 7) sorted by relevance
/external/grpc-grpc/src/core/tsi/alts/handshaker/ |
D | alts_handshaker_service_api.cc | 61 req->client_start.local_identity.hostname.arg)); in grpc_gcp_handshaker_req_destroy() 63 req->client_start.local_identity.service_account.arg)); in grpc_gcp_handshaker_req_destroy() 234 set_identity_hostname(&req->client_start.local_identity, hostname); in grpc_gcp_handshaker_req_set_local_identity_hostname() 247 set_identity_service_account(&req->client_start.local_identity, in grpc_gcp_handshaker_req_set_local_identity_service_account() 403 grpc_gcp_identity* local_identity = in grpc_gcp_handshaker_req_param_add_local_identity_hostname() local 404 static_cast<grpc_gcp_identity*>(gpr_zalloc(sizeof(*local_identity))); in grpc_gcp_handshaker_req_param_add_local_identity_hostname() 405 set_identity_hostname(local_identity, hostname); in grpc_gcp_handshaker_req_param_add_local_identity_hostname() 408 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() local 426 static_cast<grpc_gcp_identity*>(gpr_zalloc(sizeof(*local_identity))); in grpc_gcp_handshaker_req_param_add_local_identity_service_account() [all …]
|
D | handshaker.pb.c | 30 …SSAGE , OPTIONAL, STATIC , OTHER, grpc_gcp_StartClientHandshakeReq, local_identity, target_identi… 31 …, STATIC , OTHER, grpc_gcp_StartClientHandshakeReq, local_endpoint, local_identity, &grpc_gcp_End… 77 …PB_FIELD( 5, MESSAGE , OPTIONAL, STATIC , OTHER, grpc_gcp_HandshakerResult, local_identity, peer… 78 …L , OPTIONAL, STATIC , OTHER, grpc_gcp_HandshakerResult, keep_channel_open, local_identity, 0), 107 …local_identity) < 65536 && pb_membersize(grpc_gcp_StartClientHandshakeReq, local_endpoint) < 65536… 118 …local_identity) < 256 && pb_membersize(grpc_gcp_StartClientHandshakeReq, local_endpoint) < 256 && …
|
D | handshaker.pb.h | 70 grpc_gcp_Identity local_identity; member 111 grpc_gcp_Identity local_identity; member
|
/external/grpc-grpc/test/core/tsi/alts/handshaker/ |
D | alts_handshaker_service_api_test_lib.cc | 36 req->client_start.local_identity.hostname.funcs.decode = in grpc_gcp_handshaker_decoded_req_create() 38 req->client_start.local_identity.service_account.funcs.decode = in grpc_gcp_handshaker_decoded_req_create() 138 set_identity_hostname(&resp->result.local_identity, hostname); in grpc_gcp_handshaker_resp_set_local_identity_hostname() 152 set_identity_service_account(&resp->result.local_identity, service_account); in grpc_gcp_handshaker_resp_set_local_identity_service_account() 491 result &= handshaker_identity_equals(&l_req->local_identity, in grpc_gcp_handshaker_client_start_req_equals() 492 &r_req->local_identity); in grpc_gcp_handshaker_client_start_req_equals() 603 result &= handshaker_identity_equals(&l_result->local_identity, in grpc_gcp_handshaker_resp_result_equals() 604 &r_result->local_identity); in grpc_gcp_handshaker_resp_result_equals()
|
/external/grpc-grpc-java/alts/src/main/proto/grpc/gcp/ |
D | handshaker.proto | 81 Identity local_identity = 5; field 174 Identity local_identity = 5; field
|
/external/grpc-grpc/test/core/tsi/alts/fake_handshaker/ |
D | handshaker.proto | 81 Identity local_identity = 5; field 174 Identity local_identity = 5; field
|
/external/grpc-grpc/src/core/tsi/alts/handshaker/proto/ |
D | handshaker.proto | 81 Identity local_identity = 5; field 174 Identity local_identity = 5; field
|