Lines Matching refs:authentication_data_block_size
556 aux_offset = auth_offset + vbmeta_header.authentication_data_block_size
2095 self.authentication_data_block_size, self.auxiliary_data_block_size,
2116 self.authentication_data_block_size = 0
2156 self.authentication_data_block_size,
2416 header.authentication_data_block_size +
2438 header.authentication_data_block_size))
2463 header.authentication_data_block_size +
2537 + header.authentication_data_block_size
2548 key_offset += header.authentication_data_block_size
2664 size = (header.SIZE + header.authentication_data_block_size +
2679 ch_size = (ch_header.SIZE + ch_header.authentication_data_block_size +
2769 aux_block_offset = auth_block_offset + h.authentication_data_block_size
2805 data_size += h.authentication_data_block_size
3175 h.authentication_data_block_size = round_to_multiple(
3219 padding_bytes = h.authentication_data_block_size - len(auth_data_blob)