Searched defs:Hash (Results 1 – 6 of 6) sorted by relevance
133 code_hash: Hash, in derive()135 authority_hash: Hash, in derive()
49 pub type Hash = [u8; HASH_SIZE]; typedef306 code_hash: Hash, in new()308 authority_hash: Hash, in new()
38 pub fn hash(input: &[u8]) -> Result<Hash> { in hash()
218 Octet16 Database::Hash() const { in Hash() function in gatt::Database
36 Hash(&'a [u8]), enumerator
74 fn to_dice_hash(verified_boot_data: &VerifiedBootData) -> Result<Hash> { in to_dice_hash()