Updated with review comments

This commit is contained in:
Tesfa Mael
2019-08-27 15:37:00 -07:00
parent dc5d11fef4
commit 59dddda3a9

View File

@ -5995,7 +5995,7 @@ int AES_GCM_decrypt_C(Aes* aes, byte* out, const byte* in, word32 sz,
byte Tprime[AES_BLOCK_SIZE]; byte Tprime[AES_BLOCK_SIZE];
byte EKY0[AES_BLOCK_SIZE]; byte EKY0[AES_BLOCK_SIZE];
#ifdef OPENSSL_EXTRA #ifdef OPENSSL_EXTRA
word64 aadTemp; word32 aadTemp;
#endif #endif
ctr = counter; ctr = counter;
XMEMSET(initialCounter, 0, AES_BLOCK_SIZE); XMEMSET(initialCounter, 0, AES_BLOCK_SIZE);