Go to the documentation of this file.
27 #ifndef POLARSSL_DES_H
28 #define POLARSSL_DES_H
36 typedef UINT32 uint32_t;
44 #define POLARSSL_ERR_DES_INVALID_INPUT_LENGTH -0x0032
46 #define DES_KEY_SIZE 8
48 #if !defined(POLARSSL_DES_ALT)
177 const unsigned char input[8],
178 unsigned char output[8] );
194 const unsigned char *input,
195 unsigned char *output );
207 const unsigned char input[8],
208 unsigned char output[8] );
226 const unsigned char *input,
227 unsigned char *output );