GRPC Core
9.0.0
|
#include <alts_handshaker_client.h>
Data Fields | |
tsi_result(* | client_start )(alts_handshaker_client *client) |
tsi_result(* | server_start )(alts_handshaker_client *client, grpc_slice *bytes_received) |
tsi_result(* | next )(alts_handshaker_client *client, grpc_slice *bytes_received) |
void(* | shutdown )(alts_handshaker_client *client) |
void(* | destruct )(alts_handshaker_client *client) |
tsi_result(* alts_handshaker_client_vtable::client_start) (alts_handshaker_client *client) |
void(* alts_handshaker_client_vtable::destruct) (alts_handshaker_client *client) |
tsi_result(* alts_handshaker_client_vtable::next) (alts_handshaker_client *client, grpc_slice *bytes_received) |
tsi_result(* alts_handshaker_client_vtable::server_start) (alts_handshaker_client *client, grpc_slice *bytes_received) |
void(* alts_handshaker_client_vtable::shutdown) (alts_handshaker_client *client) |