Home
last modified time | relevance | path

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

/system/keymint/common/src/
Dcrypto.rs448 pub fn hmac_sha256(hmac: &dyn Hmac, key: &[u8], data: &[u8]) -> Result<Vec<u8>, Error> { in hmac_sha256() function
/system/security/keystore2/src/crypto/
Dlib.rs78 pub fn hmac_sha256(key: &[u8], msg: &[u8]) -> Result<Vec<u8>, Error> { in hmac_sha256() function