Home
last modified time | relevance | path

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

/aosp_15_r20/system/authgraph/boringssl/src/
H A Dhmac.rs30 fn compute_hmac(&self, key: &HmacKey, data: &[u8]) -> Result<Vec<u8>, Error> { in compute_hmac() method
/aosp_15_r20/system/keymint/common/src/keyblob/
H A Dlegacy.rs259 pub fn compute_hmac<H: crypto::Hmac>( in compute_hmac() method
/aosp_15_r20/system/security/keystore2/src/
H A Dsw_keyblob.rs265 fn compute_hmac(data: &[u8], hidden: &[KeyParameter]) -> Result<Vec<u8>> { in compute_hmac() method
/aosp_15_r20/system/authgraph/core/src/
H A Dtraits.rs128 fn compute_hmac(&self, key: &HmacKey, data: &[u8]) -> Result<Vec<u8>, Error>; in compute_hmac() method