GRPC C++
1.39.1
|
Functions | |
tsi_result | tsi_handshaker_result_create_zero_copy_grpc_protector (const tsi_handshaker_result *self, size_t *max_output_protected_frame_size, tsi_zero_copy_grpc_protector **protector) |
tsi_result | tsi_zero_copy_grpc_protector_protect (tsi_zero_copy_grpc_protector *self, grpc_slice_buffer *unprotected_slices, grpc_slice_buffer *protected_slices) |
tsi_result | tsi_zero_copy_grpc_protector_unprotect (tsi_zero_copy_grpc_protector *self, grpc_slice_buffer *protected_slices, grpc_slice_buffer *unprotected_slices) |
void | tsi_zero_copy_grpc_protector_destroy (tsi_zero_copy_grpc_protector *self) |
tsi_result | tsi_zero_copy_grpc_protector_max_frame_size (tsi_zero_copy_grpc_protector *self, size_t *max_frame_size) |
tsi_result tsi_handshaker_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 tsi_zero_copy_grpc_protector_destroy | ( | tsi_zero_copy_grpc_protector * | self | ) |
tsi_result tsi_zero_copy_grpc_protector_max_frame_size | ( | tsi_zero_copy_grpc_protector * | self, |
size_t * | max_frame_size | ||
) |
tsi_result tsi_zero_copy_grpc_protector_protect | ( | tsi_zero_copy_grpc_protector * | self, |
grpc_slice_buffer * | unprotected_slices, | ||
grpc_slice_buffer * | protected_slices | ||
) |
tsi_result tsi_zero_copy_grpc_protector_unprotect | ( | tsi_zero_copy_grpc_protector * | self, |
grpc_slice_buffer * | protected_slices, | ||
grpc_slice_buffer * | unprotected_slices | ||
) |