Searched refs:HDR_SIZE (Results 1 – 1 of 1) sorted by relevance
1776 const HDR_SIZE: usize = 32; in install_image() regex1795 slot_len, HDR_SIZE, trailer); in install_image()1796 slot_len - HDR_SIZE - trailer - tlv_len in install_image()1802 slot_len, HDR_SIZE, trailer); in install_image()1805 slot_len - HDR_SIZE - trailer - tlv_len + dev.align()*4 in install_image()1814 hdr_size: HDR_SIZE as u16, in install_image()1822 let mut b_header = [0; HDR_SIZE]; in install_image()1824 assert_eq!(b_header.len(), HDR_SIZE); in install_image()