Searched refs:grpc_gcp_handshaker_resp (Results 1 – 11 of 11) sorted by relevance
/external/grpc-grpc/test/core/tsi/alts/handshaker/ |
D | alts_handshaker_service_api_test_lib.h | 45 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 …]
|
D | alts_handshaker_service_api_test_lib.cc | 70 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 …]
|
D | alts_tsi_utils_test.cc | 39 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()
|
D | alts_handshaker_service_api_test.cc | 113 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()
|
D | alts_tsi_handshaker_test.cc | 116 grpc_gcp_handshaker_resp* resp = grpc_gcp_handshaker_resp_create(); in generate_handshaker_response()
|
/external/grpc-grpc/src/core/tsi/alts/handshaker/ |
D | alts_handshaker_service_api.h | 306 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);
|
D | alts_tsi_utils.cc | 44 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()
|
D | alts_handshaker_service_api.cc | 460 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()
|
D | alts_tsi_utils.h | 49 grpc_gcp_handshaker_resp* alts_tsi_utils_deserialize_response(
|
D | alts_handshaker_service_api_util.h | 54 typedef grpc_gcp_HandshakerResp grpc_gcp_handshaker_resp; typedef
|
D | alts_tsi_handshaker.cc | 196 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()
|