Go to the documentation of this file.
27 #ifndef POLARSSL_AES_H
28 #define POLARSSL_AES_H
34 typedef UINT32 uint32_t;
42 #define POLARSSL_ERR_AES_INVALID_KEY_LENGTH -0x0020
43 #define POLARSSL_ERR_AES_INVALID_INPUT_LENGTH -0x0022
94 const unsigned char input[16],
95 unsigned char output[16] );
114 unsigned char iv[16],
115 const unsigned char *input,
116 unsigned char *output );
140 unsigned char iv[16],
141 const unsigned char *input,
142 unsigned char *output );
168 unsigned char nonce_counter[16],
169 unsigned char stream_block[16],
170 const unsigned char *input,
171 unsigned char *output );