Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/tsi/alts/frame_protector/
Dalts_frame_protector.cc52 size_t in_place_protect_bytes_buffered; member
65 impl->max_protected_frame_size, impl->in_place_protect_bytes_buffered, in seal()
67 impl->in_place_protect_bytes_buffered = output_size; in seal()
95 if (impl->in_place_protect_bytes_buffered == 0) { in alts_protect_flush()
111 impl->in_place_protect_bytes_buffered)) { in alts_protect_flush()
135 impl->in_place_protect_bytes_buffered = 0; in alts_protect_flush()
157 if (impl->in_place_protect_bytes_buffered + impl->overhead_length < in alts_protect()
161 impl->in_place_protect_bytes_buffered - in alts_protect()
166 impl->in_place_protect_buffer + impl->in_place_protect_bytes_buffered, in alts_protect()
168 impl->in_place_protect_bytes_buffered += bytes_to_buffer; in alts_protect()
[all …]