Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/securebox/src/com/android/security/
H A DSecureBox.java277 return aesGcmDecrypt(decryptionKey, randNonce, ciphertext, header); in decrypt()
339 private static byte[] aesGcmDecrypt(SecretKey key, byte[] nonce, byte[] ciphertext, byte[] aad) in aesGcmDecrypt() method in SecureBox