Home
last modified time | relevance | path

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

/packages/modules/Virtualization/apkdmverity/src/
Dmain.rs241 let verity = fs::read(&ctx.result.mapper_device).unwrap(); in correct_inputs() localVariable
324 let verity = fs::read(&ctx.result.mapper_device).unwrap(); in tampered_idsig() localVariable
376 let verity = fs::read(&ret.mapper_device).unwrap(); in inputs_are_block_devices() localVariable
398 let verity = fs::read(&ctx.result.mapper_device).unwrap(); in correct_custom_roothash() localVariable
/packages/modules/Virtualization/libs/devicemapper/src/
Dlib.rs48 pub mod verity; module