Home
last modified time | relevance | path

Searched refs:Sha384 (Results 1 – 6 of 6) sorted by relevance

/system/security/mls/mls-rs-crypto-boringssl/src/
Dhash.rs37 Sha384, enumerator
49 CipherSuite::P384_AES256 => Ok(Hash::Sha384), in new()
61 Hash::Sha384 => digest::Sha384::hash(data).to_vec(), in hash()
70 Hash::Sha384 => Err(HashError::UnsupportedCipherSuite), in mac()
/system/keymint/boringssl/src/
Dhmac.rs127 Digest::Sha384 => Ok(ffi::EVP_sha384()), in digest_into_openssl_ffi()
Dlib.rs146 Digest::Sha384 => Some(MessageDigest::sha384()), in digest_into_openssl()
/system/keymint/tests/src/
Dlib.rs217 digest: Digest::Sha384, in test_hmac()
261 digest: Digest::Sha384, in test_hmac()
305 digest: Digest::Sha384, in test_hmac()
/system/keymint/common/src/
Dtag.rs1314 Digest::Sha384 => Ok(384), in digest_len()
/system/keymint/wire/src/
Dkeymint.rs170 Sha384 = 5, enumerator