Go to the documentation of this file.
27 #ifndef POLARSSL_CAMELLIA_H
28 #define POLARSSL_CAMELLIA_H
34 typedef UINT32 uint32_t;
39 #define CAMELLIA_ENCRYPT 1
40 #define CAMELLIA_DECRYPT 0
42 #define POLARSSL_ERR_CAMELLIA_INVALID_KEY_LENGTH -0x0024
43 #define POLARSSL_ERR_CAMELLIA_INVALID_INPUT_LENGTH -0x0026
93 const unsigned char input[16],
94 unsigned char output[16] );
113 unsigned char iv[16],
114 const unsigned char *input,
115 unsigned char *output );
138 unsigned char iv[16],
139 const unsigned char *input,
140 unsigned char *output );
166 unsigned char nonce_counter[16],
167 unsigned char stream_block[16],
168 const unsigned char *input,
169 unsigned char *output );