Home
last modified time | relevance | path

Searched refs:header_sb (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/src/core/tsi/alts/zero_copy_frame_protector/
Dalts_grpc_record_protocol_common.cc77 if (rp->header_sb.count == 1) { in alts_grpc_record_protocol_get_header_iovec()
78 header_iovec.iov_base = GRPC_SLICE_START_PTR(rp->header_sb.slices[0]); in alts_grpc_record_protocol_get_header_iovec()
82 alts_grpc_record_protocol_copy_slice_buffer(&rp->header_sb, rp->header_buf); in alts_grpc_record_protocol_get_header_iovec()
110 grpc_slice_buffer_init(&rp->header_sb); in alts_grpc_record_protocol_init()
159 grpc_slice_buffer_destroy_internal(&self->header_sb); in alts_grpc_record_protocol_destroy()
Dalts_grpc_privacy_integrity_record_protocol.cc95 grpc_slice_buffer_reset_and_unref_internal(&rp->header_sb); in alts_grpc_privacy_integrity_unprotect()
97 &rp->header_sb); in alts_grpc_privacy_integrity_unprotect()
112 grpc_slice_buffer_reset_and_unref_internal(&rp->header_sb); in alts_grpc_privacy_integrity_unprotect()
Dalts_grpc_integrity_only_record_protocol.cc141 grpc_slice_buffer_reset_and_unref_internal(&rp->header_sb); in alts_grpc_integrity_only_unprotect()
143 &rp->header_sb); in alts_grpc_integrity_only_unprotect()
144 GPR_ASSERT(rp->header_sb.length == rp->header_length); in alts_grpc_integrity_only_unprotect()
176 grpc_slice_buffer_reset_and_unref_internal(&rp->header_sb); in alts_grpc_integrity_only_unprotect()
Dalts_grpc_record_protocol_common.h51 grpc_slice_buffer header_sb; member
/external/grpc-grpc/src/core/tsi/
Dfake_transport_security.cc82 grpc_slice_buffer header_sb; member
459 TSI_FAKE_FRAME_HEADER_SIZE, &impl->header_sb); in fake_zero_copy_grpc_protector_unprotect()
466 grpc_slice_buffer_reset_and_unref_internal(&impl->header_sb); in fake_zero_copy_grpc_protector_unprotect()
476 grpc_slice_buffer_destroy_internal(&impl->header_sb); in fake_zero_copy_grpc_protector_destroy()
780 grpc_slice_buffer_init(&impl->header_sb); in tsi_create_fake_zero_copy_grpc_protector()