Searched defs:aad (Results  1 – 1 of 1) sorted by relevance
| /frameworks/base/libs/securebox/src/com/android/security/ | 
| D | SecureBox.java | 329     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()
 
 |