Searched defs:code_hash (Results 1 – 10 of 10) sorted by relevance
/packages/modules/Virtualization/service_vm/requests/src/ |
D | dice.rs | 291 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
|
D | cert.rs | 90 code_hash: &'a [u8], field
|
D | client_vm.rs | 241 let mut code_hash = [0u8; KERNEL_HASH_SIZE * 2]; in matches_any_kernel_code_hash() localVariable
|
/packages/modules/Virtualization/service_vm/fake_chain/src/ |
D | client_vm.rs | 71 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/ |
D | dice.rs | 49 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/ |
D | main.rs | 75 let code_hash = if let Some(root_digest) = find_root_digest(vbmeta)? { in dice_derivation() localVariable
|
/packages/modules/Virtualization/pvmfw/src/ |
D | dice.rs | 76 pub code_hash: Hash, field 85 let code_hash = to_dice_hash(data)?; in new() localVariable
|
D | instance.rs | 265 pub code_hash: Hash, field
|
/packages/modules/Virtualization/libs/dice/driver/src/ |
D | lib.rs | 241 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/ |
D | test.rs | 205 let code_hash = vm_component.get(2).unwrap().decode_as::<asn1::OctetString>().unwrap(); in check_vm_component() localVariable
|