#include <alts_grpc_record_protocol_common.h>
Public Attributes | |
void(* | destruct )(alts_grpc_record_protocol *self) |
tsi_result(* | protect )(alts_grpc_record_protocol *self, grpc_slice_buffer *unprotected_slices, grpc_slice_buffer *protected_slices) |
tsi_result(* | unprotect )(alts_grpc_record_protocol *self, grpc_slice_buffer *protected_slices, grpc_slice_buffer *unprotected_slices) |
this file contains alts_grpc_record_protocol internals and internal-only helper functions. The public functions of alts_grpc_record_protocol are defined in the alts_grpc_record_protocol.h.
Definition at line 34 of file alts_grpc_record_protocol_common.h.
void(* alts_grpc_record_protocol_vtable::destruct) (alts_grpc_record_protocol *self) |
Definition at line 41 of file alts_grpc_record_protocol_common.h.
tsi_result(* alts_grpc_record_protocol_vtable::protect) (alts_grpc_record_protocol *self, grpc_slice_buffer *unprotected_slices, grpc_slice_buffer *protected_slices) |
Definition at line 35 of file alts_grpc_record_protocol_common.h.
tsi_result(* alts_grpc_record_protocol_vtable::unprotect) (alts_grpc_record_protocol *self, grpc_slice_buffer *protected_slices, grpc_slice_buffer *unprotected_slices) |
Definition at line 38 of file alts_grpc_record_protocol_common.h.