Home
last modified time | relevance | path

Searched defs:CryptoError (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/modules/Virtualization/authfs/src/
H A Dcrypto.rs22 pub enum CryptoError { enum
57 pub fn update(&mut self, data: &[u8]) -> Result<&mut Self, CryptoError> { in update() argument
/aosp12/packages/modules/Virtualization/authfs/src/fsverity/
H A Dcommon.rs58 ) -> Result<Sha256Hash, CryptoError> { in build_fsverity_digest() argument
H A Dbuilder.rs37 fn hash_all_pages(source: &[Sha256Hash]) -> Result<Vec<Sha256Hash>, CryptoError> { in hash_all_pages() argument
H A Dverifier.rs34 fn hash_with_padding(chunk: &[u8], pad_to: usize) -> Result<HashBuffer, CryptoError> { in hash_with_padding() argument