Home
last modified time | relevance | path

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

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