mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
Updated with review comments
This commit is contained in:
@ -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);
|
||||||
|
Reference in New Issue
Block a user