Carries out the GCM decryption operation using the key set up by an earlier call to Gcm.InitKey.
public byte[] NextDecrypt( byte[] input, byte[] iv, byte[] aad, byte[] tag )
Public Function NextDecrypt ( _ input As Byte(), _ iv As Byte(), _ aad As Byte(), _ tag As Byte() _ ) As Byte()
Decrypted plaintext in byte array, or empty array on error
VB6/C equivalent: GCM_NextDecrypt