Home
last modified time | relevance | path

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

/packages/modules/Virtualization/service_vm/requests/src/
Ddice.rs291 pub(crate) code_hash: [u8; HASH_SIZE], field
330 let code_hash = value_to_byte_array(value, "DiceChainEntryPayload code_hash")?; in from_slice() localVariable
427 pub(crate) code_hash: Vec<u8>, field
466 code_hash: OnceCell<Vec<u8>>, field
479 fn code_hash(&mut self, code_hash: Vec<u8>) -> Result<()> { in code_hash() method
490 let code_hash = take_value(&mut self.code_hash, "SubComponent code_hash")?; in build() localVariable
527 code_hash: OnceCell<[u8; HASH_SIZE]>, field
555 fn code_hash(&mut self, code_hash: [u8; HASH_SIZE]) -> Result<()> { in code_hash() method
572 let code_hash = take_value(&mut self.code_hash, "code_hash")?; in build() localVariable
Dcert.rs90 code_hash: &'a [u8], field
Dclient_vm.rs241 let mut code_hash = [0u8; KERNEL_HASH_SIZE * 2]; in matches_any_kernel_code_hash() localVariable
/packages/modules/Virtualization/service_vm/fake_chain/src/
Dclient_vm.rs71 pub code_hash: Vec<u8>, field
180 let code_hash = [os_hashes.kernel, os_hashes.initrd_debug].concat(); localVariable
/packages/modules/Virtualization/microdroid_manager/src/
Ddice.rs49 let code_hash = code_hash_ctx.finish(); in dice_derivation() localVariable
90 code_hash: Vec<u8>, field
/packages/modules/Virtualization/microdroid/derive_microdroid_vendor_dice_node/src/
Dmain.rs75 let code_hash = if let Some(root_digest) = find_root_digest(vbmeta)? { in dice_derivation() localVariable
/packages/modules/Virtualization/pvmfw/src/
Ddice.rs76 pub code_hash: Hash, field
85 let code_hash = to_dice_hash(data)?; in new() localVariable
Dinstance.rs265 pub code_hash: Hash, field
/packages/modules/Virtualization/libs/dice/driver/src/
Dlib.rs241 let code_hash = hash(&String::from("test code hash").into_bytes())?; in test_dice_driver_from_file_deletes_file_after_derive() localVariable
/packages/modules/Virtualization/rialto/tests/
Dtest.rs205 let code_hash = vm_component.get(2).unwrap().decode_as::<asn1::OctetString>().unwrap(); in check_vm_component() localVariable