We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad1f709 commit e6bd8dcCopy full SHA for e6bd8dc
1 file changed
doc/dox_comments/header_files/aes.h
@@ -20,7 +20,7 @@
20
int ret = 0;
21
byte key[] = { some 16, 24 or 32 byte key };
22
byte iv[] = { some 16 byte iv };
23
- if (ret = wc_AesInit(gmac.aes, HEAP_HINT, INVALID_DEVID) != 0) {
+ if (ret = wc_AesInit(&enc, HEAP_HINT, INVALID_DEVID) != 0) {
24
// failed to initialize aes key
25
}
26
if (ret = wc_AesSetKey(&enc, key, AES_BLOCK_SIZE, iv,
0 commit comments