Home
last modified time | relevance | path

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

/mcuboot-latest/sim/src/
Dimage.rs1950 let mut copy = vec![0u8; buf.len()]; in install_image() localVariable
1962 let mut copy = vec![0u8; buf.len()]; in install_image() localVariable
2071 let mut copy = vec![0u8; buf.len()]; in verify_image() localVariable
2119 let mut copy = vec![0u8; c::boot_magic_sz() + c::boot_max_align() * 3]; in verify_trailer() localVariable