#include <transport_security.h>
Public Attributes | |
tsi_result(* | create_frame_protector )(const tsi_handshaker_result *self, size_t *max_output_protected_frame_size, tsi_frame_protector **protector) |
tsi_result(* | create_zero_copy_grpc_protector )(const tsi_handshaker_result *self, size_t *max_output_protected_frame_size, tsi_zero_copy_grpc_protector **protector) |
void(* | destroy )(tsi_handshaker_result *self) |
tsi_result(* | extract_peer )(const tsi_handshaker_result *self, tsi_peer *peer) |
tsi_result(* | get_frame_protector_type )(const tsi_handshaker_result *self, tsi_frame_protector_type *frame_protector_type) |
tsi_result(* | get_unused_bytes )(const tsi_handshaker_result *self, const unsigned char **bytes, size_t *bytes_size) |
Definition at line 100 of file transport_security.h.
tsi_result(* tsi_handshaker_result_vtable::create_frame_protector) (const tsi_handshaker_result *self, size_t *max_output_protected_frame_size, tsi_frame_protector **protector) |
Definition at line 113 of file transport_security.h.
tsi_result(* tsi_handshaker_result_vtable::create_zero_copy_grpc_protector) (const tsi_handshaker_result *self, size_t *max_output_protected_frame_size, tsi_zero_copy_grpc_protector **protector) |
Definition at line 107 of file transport_security.h.
void(* tsi_handshaker_result_vtable::destroy) (tsi_handshaker_result *self) |
Definition at line 119 of file transport_security.h.
tsi_result(* tsi_handshaker_result_vtable::extract_peer) (const tsi_handshaker_result *self, tsi_peer *peer) |
Definition at line 101 of file transport_security.h.
tsi_result(* tsi_handshaker_result_vtable::get_frame_protector_type) (const tsi_handshaker_result *self, tsi_frame_protector_type *frame_protector_type) |
Definition at line 102 of file transport_security.h.
tsi_result(* tsi_handshaker_result_vtable::get_unused_bytes) (const tsi_handshaker_result *self, const unsigned char **bytes, size_t *bytes_size) |
Definition at line 116 of file transport_security.h.