Home
last modified time | relevance | path

Searched defs:compute_sha256 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/authgraph/boringssl/src/
H A Dhmac.rs62 fn compute_sha256(&self, data: &[u8]) -> Result<[u8; SHA_256_LEN], Error> { in compute_sha256() method
/aosp_15_r20/system/authgraph/core/src/
H A Dtraits.rs142 fn compute_sha256(&self, data: &[u8]) -> Result<[u8; SHA_256_LEN], Error>; in compute_sha256() method