Searched refs:aesGcmDecrypt (Results 1 – 1 of 1) sorted by relevance
277 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