Go to the documentation of this file.
27 #ifndef POLARSSL_XTEA_H
28 #define POLARSSL_XTEA_H
34 typedef UINT32 uint32_t;
39 #define XTEA_ENCRYPT 1
40 #define XTEA_DECRYPT 0
42 #define POLARSSL_ERR_XTEA_INVALID_INPUT_LENGTH -0x0028
77 unsigned char input[8],
78 unsigned char output[8] );
98 unsigned char *output);