Searched refs:HDR_SIZE (Results 1 – 1 of 1) sorted by relevance
1666 const HDR_SIZE: usize = 32; in install_image() regex1681 slot_len, HDR_SIZE, trailer); in install_image()1682 slot_len - HDR_SIZE - trailer - tlv_len in install_image()1688 slot_len, HDR_SIZE, trailer); in install_image()1691 slot_len - HDR_SIZE - trailer - tlv_len + dev.align()*4 in install_image()1700 hdr_size: HDR_SIZE as u16, in install_image()1708 let mut b_header = [0; HDR_SIZE]; in install_image()1710 assert_eq!(b_header.len(), HDR_SIZE); in install_image()