Home
last modified time | relevance | path

Searched defs:copy (Results 1 – 1 of 1) sorted by relevance

/mcuboot-3.4.0/sim/src/
Dimage.rs1806 let mut copy = vec![0u8; buf.len()]; in install_image() localVariable
1818 let mut copy = vec![0u8; buf.len()]; in install_image() localVariable
1925 let mut copy = vec![0u8; buf.len()]; in verify_image() localVariable
1953 let mut copy = vec![0u8; c::boot_magic_sz() + c::boot_max_align() * 3]; in verify_trailer() localVariable