#include <alts_handshaker_client.h>
Public Attributes | |
tsi_result(* | client_start )(alts_handshaker_client *client) |
void(* | destruct )(alts_handshaker_client *client) |
tsi_result(* | next )(alts_handshaker_client *client, grpc_slice *bytes_received) |
tsi_result(* | server_start )(alts_handshaker_client *client, grpc_slice *bytes_received) |
void(* | shutdown )(alts_handshaker_client *client) |
Definition at line 54 of file alts_handshaker_client.h.
tsi_result(* alts_handshaker_client_vtable::client_start) (alts_handshaker_client *client) |
Definition at line 55 of file alts_handshaker_client.h.
void(* alts_handshaker_client_vtable::destruct) (alts_handshaker_client *client) |
Definition at line 61 of file alts_handshaker_client.h.
tsi_result(* alts_handshaker_client_vtable::next) (alts_handshaker_client *client, grpc_slice *bytes_received) |
Definition at line 58 of file alts_handshaker_client.h.
tsi_result(* alts_handshaker_client_vtable::server_start) (alts_handshaker_client *client, grpc_slice *bytes_received) |
Definition at line 56 of file alts_handshaker_client.h.
void(* alts_handshaker_client_vtable::shutdown) (alts_handshaker_client *client) |
Definition at line 60 of file alts_handshaker_client.h.