Searched defs:verity (Results 1 – 2 of 2) sorted by relevance
241 let verity = fs::read(&ctx.result.mapper_device).unwrap(); in correct_inputs() localVariable324 let verity = fs::read(&ctx.result.mapper_device).unwrap(); in tampered_idsig() localVariable376 let verity = fs::read(&ret.mapper_device).unwrap(); in inputs_are_block_devices() localVariable398 let verity = fs::read(&ctx.result.mapper_device).unwrap(); in correct_custom_roothash() localVariable
48 pub mod verity; module