GRPC Core
9.0.0
|
this file contains alts_grpc_record_protocol internals and internal-only helper functions. More...
#include <alts_grpc_record_protocol_common.h>
Data Fields | |
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) |
void(* | destruct )(alts_grpc_record_protocol *self) |
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.
void(* alts_grpc_record_protocol_vtable::destruct) (alts_grpc_record_protocol *self) |
tsi_result(* alts_grpc_record_protocol_vtable::protect) (alts_grpc_record_protocol *self, grpc_slice_buffer *unprotected_slices, grpc_slice_buffer *protected_slices) |
tsi_result(* alts_grpc_record_protocol_vtable::unprotect) (alts_grpc_record_protocol *self, grpc_slice_buffer *protected_slices, grpc_slice_buffer *unprotected_slices) |