Searched refs:Sha384 (Results 1 – 6 of 6) sorted by relevance
/system/security/mls/mls-rs-crypto-boringssl/src/ |
D | hash.rs | 37 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/ |
D | hmac.rs | 127 Digest::Sha384 => Ok(ffi::EVP_sha384()), in digest_into_openssl_ffi()
|
D | lib.rs | 146 Digest::Sha384 => Some(MessageDigest::sha384()), in digest_into_openssl()
|
/system/keymint/tests/src/ |
D | lib.rs | 217 digest: Digest::Sha384, in test_hmac() 261 digest: Digest::Sha384, in test_hmac() 305 digest: Digest::Sha384, in test_hmac()
|
/system/keymint/common/src/ |
D | tag.rs | 1314 Digest::Sha384 => Ok(384), in digest_len()
|
/system/keymint/wire/src/ |
D | keymint.rs | 170 Sha384 = 5, enumerator
|