Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/securebox/src/com/android/security/
H A DSecureBox.java208 byte[] ciphertext = aesGcmEncrypt(encryptionKey, randNonce, payload, header); in encrypt()
329 private static byte[] aesGcmEncrypt(SecretKey key, byte[] nonce, byte[] plaintext, byte[] aad) in aesGcmEncrypt() method in SecureBox