Go to the documentation of this file.
27 #ifndef POLARSSL_DES_H
28 #define POLARSSL_DES_H
34 typedef UINT32 uint32_t;
42 #define POLARSSL_ERR_DES_INVALID_INPUT_LENGTH -0x0032
44 #define DES_KEY_SIZE 8
171 const unsigned char input[8],
172 unsigned char output[8] );
188 const unsigned char *input,
189 unsigned char *output );
201 const unsigned char input[8],
202 unsigned char output[8] );
220 const unsigned char *input,
221 unsigned char *output );