Searched defs:Digest (Results 1 – 3 of 3) sorted by relevance
67 fn find_digest_by_algorithm(&self, algorithm_id: SignatureAlgorithmID) -> Result<&Digest> { in find_digest_by_algorithm()83 struct Digest { struct84 signature_algorithm_id: Option<SignatureAlgorithmID>,85 digest: LengthPrefixed<Bytes>,248 impl ReadFromBytes for Digest { implementation
125 pub fn hash(inputs: &[&[u8]]) -> Digest { in hash()
33 pub type Digest = [u8; AVB_SHA256_DIGEST_SIZE as usize]; typedef