Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/tsi/alts/handshaker/
Dalts_handshaker_service_api_test_lib.cc137 resp->result.has_local_identity = true; in grpc_gcp_handshaker_resp_set_local_identity_hostname()
151 resp->result.has_local_identity = true; in grpc_gcp_handshaker_resp_set_local_identity_service_account()
483 if ((l_req->has_local_identity ^ r_req->has_local_identity) | in grpc_gcp_handshaker_client_start_req_equals()
490 if (l_req->has_local_identity) { in grpc_gcp_handshaker_client_start_req_equals()
597 if ((l_result->has_local_identity ^ r_result->has_local_identity) | in grpc_gcp_handshaker_resp_result_equals()
602 if (l_result->has_local_identity) { in grpc_gcp_handshaker_resp_result_equals()
/external/grpc-grpc/src/core/tsi/alts/handshaker/
Dhandshaker.pb.h69 bool has_local_identity; member
110 bool has_local_identity; member
Dalts_handshaker_service_api.cc59 if (req->client_start.has_local_identity) { in grpc_gcp_handshaker_req_destroy()
233 req->client_start.has_local_identity = true; in grpc_gcp_handshaker_req_set_local_identity_hostname()
246 req->client_start.has_local_identity = true; in grpc_gcp_handshaker_req_set_local_identity_service_account()
477 if (resp->result.has_local_identity) { in grpc_gcp_handshaker_resp_destroy()