Home
last modified time | relevance | path

Searched refs:bytes_to_buffer (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/tsi/alts/frame_protector/
Dalts_frame_protector.cc163 size_t bytes_to_buffer = std::min( in alts_protect() local
167 *unprotected_bytes_size = bytes_to_buffer; in alts_protect()
168 if (bytes_to_buffer > 0) { in alts_protect()
171 unprotected_bytes, bytes_to_buffer); in alts_protect()
172 impl->in_place_protect_bytes_buffered += bytes_to_buffer; in alts_protect()
/aosp_15_r20/external/grpc-grpc/src/core/tsi/alts/frame_protector/
H A Dalts_frame_protector.cc164 size_t bytes_to_buffer = std::min( in alts_protect() local
168 *unprotected_bytes_size = bytes_to_buffer; in alts_protect()
169 if (bytes_to_buffer > 0) { in alts_protect()
172 unprotected_bytes, bytes_to_buffer); in alts_protect()
173 impl->in_place_protect_bytes_buffered += bytes_to_buffer; in alts_protect()