Searched refs:bytes_to_buffer (Results 1 – 2 of 2) sorted by relevance
163 size_t bytes_to_buffer = std::min( in alts_protect() local167 *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()
164 size_t bytes_to_buffer = std::min( in alts_protect() local168 *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()