Searched defs:authority_hash (Results 1 – 7 of 7) sorted by relevance
/packages/modules/Virtualization/service_vm/requests/src/ |
D | dice.rs | 292 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
|
D | cert.rs | 92 authority_hash: &'a [u8], field
|
/packages/modules/Virtualization/service_vm/fake_chain/src/ |
D | client_vm.rs | 72 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/ |
D | dice.rs | 50 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/ |
D | main.rs | 70 let authority_hash = if let Some(pubkey) = vbmeta.public_key() { in dice_derivation() localVariable
|
/packages/modules/Virtualization/libs/dice/driver/src/ |
D | lib.rs | 242 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/ |
D | test.rs | 207 let authority_hash = vm_component.get(3).unwrap().decode_as::<asn1::OctetString>().unwrap(); in check_vm_component() localVariable
|