Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/securebox/src/com/android/security/
H A DSecureBox.java329 private static byte[] aesGcmEncrypt(SecretKey key, byte[] nonce, byte[] plaintext, byte[] aad) in aesGcmEncrypt()
339 private static byte[] aesGcmDecrypt(SecretKey key, byte[] nonce, byte[] ciphertext, byte[] aad) in aesGcmDecrypt()
345 AesGcmOperation operation, SecretKey key, byte[] nonce, byte[] text, byte[] aad) in aesGcmInternal()