Home
last modified time | relevance | path

Searched refs:grpc_gcp_handshaker_req (Results 1 – 8 of 8) sorted by relevance

/external/grpc-grpc/src/core/tsi/alts/handshaker/
Dalts_handshaker_service_api.h76 grpc_gcp_handshaker_req* grpc_gcp_handshaker_req_create(
90 grpc_gcp_handshaker_req* req,
102 bool grpc_gcp_handshaker_req_set_target_name(grpc_gcp_handshaker_req* req,
115 grpc_gcp_handshaker_req* req, const char* application_protocol);
127 bool grpc_gcp_handshaker_req_add_record_protocol(grpc_gcp_handshaker_req* req,
141 grpc_gcp_handshaker_req* req, const char* hostname);
154 grpc_gcp_handshaker_req* req, const char* service_account);
166 grpc_gcp_handshaker_req* req, const char* hostname);
178 grpc_gcp_handshaker_req* req, const char* service_account);
194 grpc_gcp_handshaker_req* req, const char* ip_address, size_t port,
[all …]
Dalts_handshaker_service_api.cc29 grpc_gcp_handshaker_req* grpc_gcp_handshaker_req_create( in grpc_gcp_handshaker_req_create()
31 grpc_gcp_handshaker_req* req = in grpc_gcp_handshaker_req_create()
32 static_cast<grpc_gcp_handshaker_req*>(gpr_zalloc(sizeof(*req))); in grpc_gcp_handshaker_req_create()
47 void grpc_gcp_handshaker_req_destroy(grpc_gcp_handshaker_req* req) { in grpc_gcp_handshaker_req_destroy()
104 grpc_gcp_handshaker_req* req, in grpc_gcp_handshaker_req_set_handshake_protocol()
117 bool grpc_gcp_handshaker_req_set_target_name(grpc_gcp_handshaker_req* req, in grpc_gcp_handshaker_req_set_target_name()
132 grpc_gcp_handshaker_req* req, const char* application_protocol) { in grpc_gcp_handshaker_req_add_application_protocol()
157 bool grpc_gcp_handshaker_req_add_record_protocol(grpc_gcp_handshaker_req* req, in grpc_gcp_handshaker_req_add_record_protocol()
188 grpc_gcp_handshaker_req* req, const char* hostname) { in grpc_gcp_handshaker_req_add_target_identity_hostname()
207 grpc_gcp_handshaker_req* req, const char* service_account) { in grpc_gcp_handshaker_req_add_target_identity_service_account()
[all …]
Dalts_handshaker_client.cc87 grpc_gcp_handshaker_req* req = in get_serialized_start_client()
142 grpc_gcp_handshaker_req* req = in get_serialized_start_server()
189 grpc_gcp_handshaker_req* req = grpc_gcp_handshaker_req_create(NEXT_REQ); in get_serialized_next()
Dalts_handshaker_service_api_util.h51 typedef grpc_gcp_HandshakerReq grpc_gcp_handshaker_req; typedef
/external/grpc-grpc/test/core/tsi/alts/handshaker/
Dalts_handshaker_service_api_test_lib.h37 grpc_gcp_handshaker_req* grpc_gcp_handshaker_decoded_req_create(
42 grpc_gcp_handshaker_req* req);
114 grpc_gcp_handshaker_req* req);
132 bool grpc_gcp_handshaker_req_equals(grpc_gcp_handshaker_req* l_req,
133 grpc_gcp_handshaker_req* r_req);
Dalts_handshaker_client_test.cc136 static grpc_gcp_handshaker_req* deserialize_handshaker_req( in deserialize_handshaker_req()
139 grpc_gcp_handshaker_req* req = grpc_gcp_handshaker_decoded_req_create(type); in deserialize_handshaker_req()
169 grpc_gcp_handshaker_req* req = in check_client_start_success()
212 grpc_gcp_handshaker_req* req = in check_server_start_success()
247 grpc_gcp_handshaker_req* req = in check_next_success()
Dalts_handshaker_service_api_test_lib.cc23 grpc_gcp_handshaker_req* grpc_gcp_handshaker_decoded_req_create( in grpc_gcp_handshaker_decoded_req_create()
25 grpc_gcp_handshaker_req* req = in grpc_gcp_handshaker_decoded_req_create()
26 static_cast<grpc_gcp_handshaker_req*>(gpr_zalloc(sizeof(*req))); in grpc_gcp_handshaker_decoded_req_create()
304 grpc_gcp_handshaker_req* req) { in grpc_gcp_handshaker_req_decode()
567 bool grpc_gcp_handshaker_req_equals(grpc_gcp_handshaker_req* l_req, in grpc_gcp_handshaker_req_equals()
568 grpc_gcp_handshaker_req* r_req) { in grpc_gcp_handshaker_req_equals()
Dalts_handshaker_service_api_test.cc36 grpc_gcp_handshaker_req* req = grpc_gcp_handshaker_req_create(NEXT_REQ); in main()
37 grpc_gcp_handshaker_req* decoded_req = in main()