Home
last modified time | relevance | path

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

/mcuboot-3.7.0/sim/src/
Dimage.rs1923 let mut copy = vec![0u8; buf.len()]; in install_image() localVariable
1935 let mut copy = vec![0u8; buf.len()]; in install_image() localVariable
2044 let mut copy = vec![0u8; buf.len()]; in verify_image() localVariable
2072 let mut copy = vec![0u8; c::boot_magic_sz() + c::boot_max_align() * 3]; in verify_trailer() localVariable