Home
last modified time | relevance | path

Searched refs:grpc_gcp_handshaker_resp (Results 1 – 11 of 11) sorted by relevance

/external/grpc-grpc/test/core/tsi/alts/handshaker/
Dalts_handshaker_service_api_test_lib.h45 bool grpc_gcp_handshaker_resp_encode(grpc_gcp_handshaker_resp* resp,
50 grpc_gcp_handshaker_resp* resp, const char* application_protocol);
54 grpc_gcp_handshaker_resp* resp, const char* record_protocol);
57 bool grpc_gcp_handshaker_resp_set_key_data(grpc_gcp_handshaker_resp* resp,
62 grpc_gcp_handshaker_resp* resp, const char* hostname);
69 grpc_gcp_handshaker_resp* resp, const char* service_account);
73 grpc_gcp_handshaker_resp* resp, const char* hostname);
80 grpc_gcp_handshaker_resp* resp, const char* service_account);
83 bool grpc_gcp_handshaker_resp_set_channel_open(grpc_gcp_handshaker_resp* resp,
87 bool grpc_gcp_handshaker_resp_set_code(grpc_gcp_handshaker_resp* resp,
[all …]
Dalts_handshaker_service_api_test_lib.cc70 grpc_gcp_handshaker_resp* resp, const char* application_protocol) { in grpc_gcp_handshaker_resp_set_application_protocol()
86 grpc_gcp_handshaker_resp* resp, const char* record_protocol) { in grpc_gcp_handshaker_resp_set_record_protocol()
100 bool grpc_gcp_handshaker_resp_set_key_data(grpc_gcp_handshaker_resp* resp, in grpc_gcp_handshaker_resp_set_key_data()
129 grpc_gcp_handshaker_resp* resp, const char* hostname) { in grpc_gcp_handshaker_resp_set_local_identity_hostname()
143 grpc_gcp_handshaker_resp* resp, const char* service_account) { in grpc_gcp_handshaker_resp_set_local_identity_service_account()
157 grpc_gcp_handshaker_resp* resp, const char* hostname) { in grpc_gcp_handshaker_resp_set_peer_identity_hostname()
171 grpc_gcp_handshaker_resp* resp, const char* service_account) { in grpc_gcp_handshaker_resp_set_peer_identity_service_account()
184 bool grpc_gcp_handshaker_resp_set_channel_open(grpc_gcp_handshaker_resp* resp, in grpc_gcp_handshaker_resp_set_channel_open()
198 bool grpc_gcp_handshaker_resp_set_code(grpc_gcp_handshaker_resp* resp, in grpc_gcp_handshaker_resp_set_code()
211 bool grpc_gcp_handshaker_resp_set_details(grpc_gcp_handshaker_resp* resp, in grpc_gcp_handshaker_resp_set_details()
[all …]
Dalts_tsi_utils_test.cc39 grpc_gcp_handshaker_resp* resp = grpc_gcp_handshaker_resp_create(); in deserialize_response_test()
49 grpc_gcp_handshaker_resp* decoded_resp = in deserialize_response_test()
Dalts_handshaker_service_api_test.cc113 grpc_gcp_handshaker_resp* resp = grpc_gcp_handshaker_resp_create(); in main()
114 grpc_gcp_handshaker_resp* decoded_resp = grpc_gcp_handshaker_resp_create(); in main()
Dalts_tsi_handshaker_test.cc116 grpc_gcp_handshaker_resp* resp = grpc_gcp_handshaker_resp_create(); in generate_handshaker_response()
/external/grpc-grpc/src/core/tsi/alts/handshaker/
Dalts_handshaker_service_api.h306 grpc_gcp_handshaker_resp* grpc_gcp_handshaker_resp_create(void);
318 grpc_gcp_handshaker_resp* resp);
321 void grpc_gcp_handshaker_resp_destroy(grpc_gcp_handshaker_resp* resp);
Dalts_tsi_utils.cc44 grpc_gcp_handshaker_resp* alts_tsi_utils_deserialize_response( in alts_tsi_utils_deserialize_response()
50 grpc_gcp_handshaker_resp* resp = grpc_gcp_handshaker_resp_create(); in alts_tsi_utils_deserialize_response()
Dalts_handshaker_service_api.cc460 grpc_gcp_handshaker_resp* grpc_gcp_handshaker_resp_create(void) { in grpc_gcp_handshaker_resp_create()
461 grpc_gcp_handshaker_resp* resp = in grpc_gcp_handshaker_resp_create()
462 static_cast<grpc_gcp_handshaker_resp*>(gpr_zalloc(sizeof(*resp))); in grpc_gcp_handshaker_resp_create()
466 void grpc_gcp_handshaker_resp_destroy(grpc_gcp_handshaker_resp* resp) { in grpc_gcp_handshaker_resp_destroy()
495 grpc_gcp_handshaker_resp* resp) { in grpc_gcp_handshaker_resp_decode()
Dalts_tsi_utils.h49 grpc_gcp_handshaker_resp* alts_tsi_utils_deserialize_response(
Dalts_handshaker_service_api_util.h54 typedef grpc_gcp_HandshakerResp grpc_gcp_handshaker_resp; typedef
Dalts_tsi_handshaker.cc196 static tsi_result create_handshaker_result(grpc_gcp_handshaker_resp* resp, in create_handshaker_result()
380 static bool is_handshake_finished_properly(grpc_gcp_handshaker_resp* resp) { in is_handshake_finished_properly()
438 grpc_gcp_handshaker_resp* resp = in alts_tsi_handshaker_handle_response()