Searched refs:overhead_bytes_size (Results 1 – 1 of 1) sorted by relevance
180 size_t overhead_bytes_size = in alts_iovec_record_protocol_max_unprotected_data_size() local182 if (max_protected_frame_size <= overhead_bytes_size) return 0; in alts_iovec_record_protocol_max_unprotected_data_size()183 return max_protected_frame_size - overhead_bytes_size; in alts_iovec_record_protocol_max_unprotected_data_size()