Lines Matching refs:authentication_data_block_size
557 aux_offset = auth_offset + vbmeta_header.authentication_data_block_size
2100 self.authentication_data_block_size, self.auxiliary_data_block_size,
2121 self.authentication_data_block_size = 0
2161 self.authentication_data_block_size,
2421 header.authentication_data_block_size +
2443 header.authentication_data_block_size))
2468 header.authentication_data_block_size +
2542 + header.authentication_data_block_size
2553 key_offset += header.authentication_data_block_size
2669 size = (header.SIZE + header.authentication_data_block_size +
2684 ch_size = (ch_header.SIZE + ch_header.authentication_data_block_size +
2774 aux_block_offset = auth_block_offset + h.authentication_data_block_size
2810 data_size += h.authentication_data_block_size
3189 h.authentication_data_block_size = round_to_multiple(
3233 padding_bytes = h.authentication_data_block_size - len(auth_data_blob)