Home
last modified time | relevance | path

Searched refs:inputKeyMaterial (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/libs/EncryptionRunner/src/android/car/encryptionrunner/
DUkey2EncryptionRunner.java377 SecretKeySpec inputKeyMaterial = new SecretKeySpec( in computeMAC() local
379 return CryptoOps.hkdf(inputKeyMaterial, RESUME, info); in computeMAC()
/packages/services/Car/service/src/com/android/car/trust/
DCarTrustAgentUnlockService.java491 SecretKeySpec inputKeyMaterial = new SecretKeySpec( in computeMAC() local
494 return CryptoOps.hkdf(inputKeyMaterial, RESUME, info); in computeMAC()