Home
last modified time | relevance | path

Searched defs:Hash (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Virtualization/libs/dice/driver/src/
Dlib.rs133 code_hash: Hash, in derive()
135 authority_hash: Hash, in derive()
/packages/modules/Virtualization/libs/dice/open_dice/src/
Ddice.rs49 pub type Hash = [u8; HASH_SIZE]; typedef
306 code_hash: Hash, in new()
308 authority_hash: Hash, in new()
Dops.rs38 pub fn hash(input: &[u8]) -> Result<Hash> { in hash()
/packages/modules/Bluetooth/system/bta/gatt/
Ddatabase.cc218 Octet16 Database::Hash() const { in Hash() function in gatt::Database
/packages/modules/Virtualization/libs/vbmeta/src/
Ddescriptor.rs36 Hash(&'a [u8]), enumerator
/packages/modules/Virtualization/guest/pvmfw/src/dice/
Dmod.rs74 fn to_dice_hash(verified_boot_data: &VerifiedBootData) -> Result<Hash> { in to_dice_hash()