Searched defs:Hash (Results 1 – 6 of 6) sorted by relevance
51 pub type Hash = [u8; HASH_SIZE]; typedef189 code_hash: Hash, in new()191 authority_hash: Hash, in new()
30 pub fn hash(input: &[u8]) -> Result<Hash> { in hash()
133 code_hash: Hash, in derive()135 authority_hash: Hash, in derive()
65 fn to_dice_hash(verified_boot_data: &VerifiedBootData) -> Result<Hash> { in to_dice_hash()99 instance_hash: Option<Hash>,301 instance_hash: Option<Hash>, in decode_config_descriptor()
224 Octet16 Database::Hash() const { in Hash() function in gatt::Database
36 Hash(&'a [u8]), enumerator