Go to the documentation of this file.
27 #ifndef POLARSSL_AES_H
28 #define POLARSSL_AES_H
35 #define POLARSSL_ERR_AES_INVALID_KEY_LENGTH -0x0020
36 #define POLARSSL_ERR_AES_INVALID_INPUT_LENGTH -0x0022
45 unsigned long buf[68];
87 const unsigned char input[16],
88 unsigned char output[16] );
107 unsigned char iv[16],
108 const unsigned char *input,
109 unsigned char *output );
133 unsigned char iv[16],
134 const unsigned char *input,
135 unsigned char *output );
161 unsigned char nonce_counter[16],
162 unsigned char stream_block[16],
163 const unsigned char *input,
164 unsigned char *output );