Home
last modified time | relevance | path

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

/packages/modules/Virtualization/service_vm/requests/src/
Ddice.rs292 pub(crate) authority_hash: [u8; HASH_SIZE], field
334 let authority_hash = in from_slice() localVariable
428 pub(crate) authority_hash: Vec<u8>, field
467 authority_hash: OnceCell<Vec<u8>>, field
483 fn authority_hash(&mut self, authority_hash: Vec<u8>) -> Result<()> { in authority_hash() method
491 let authority_hash = take_value(&mut self.authority_hash, "SubComponent authority_hash")?; in build() localVariable
528 authority_hash: OnceCell<[u8; HASH_SIZE]>, field
559 fn authority_hash(&mut self, authority_hash: [u8; HASH_SIZE]) -> Result<()> { in authority_hash() method
573 let authority_hash = take_value(&mut self.authority_hash, "authority_hash")?; in build() localVariable
Dcert.rs92 authority_hash: &'a [u8], field
/packages/modules/Virtualization/service_vm/fake_chain/src/
Dclient_vm.rs72 pub authority_hash: Vec<u8>, field
107 let authority_hash = service_vm::AUTHORITY_HASH_SERVICE_VM; in fake_client_vm_dice_artifacts() localVariable
/packages/modules/Virtualization/microdroid_manager/src/
Ddice.rs50 let authority_hash = authority_hash_ctx.finish(); in dice_derivation() localVariable
91 authority_hash: Vec<u8>, field
/packages/modules/Virtualization/microdroid/derive_microdroid_vendor_dice_node/src/
Dmain.rs70 let authority_hash = if let Some(pubkey) = vbmeta.public_key() { in dice_derivation() localVariable
/packages/modules/Virtualization/libs/dice/driver/src/
Dlib.rs242 let authority_hash = hash(&String::from("test authority hash").into_bytes())?; in test_dice_driver_from_file_deletes_file_after_derive() localVariable
/packages/modules/Virtualization/rialto/tests/
Dtest.rs207 let authority_hash = vm_component.get(3).unwrap().decode_as::<asn1::OctetString>().unwrap(); in check_vm_component() localVariable