#include <aes_ctr.h>
Data Fields | |
AES_KEY | key |
unsigned char | counter [AES_BLOCK_SIZE] |
unsigned char | ecount_buf [AES_BLOCK_SIZE] |
unsigned int | num |
Definition at line 5 of file aes_ctr.h.
unsigned char _aes_ctr_ctx::counter[AES_BLOCK_SIZE] |
unsigned char _aes_ctr_ctx::ecount_buf[AES_BLOCK_SIZE] |
unsigned int _aes_ctr_ctx::num |