Go to the documentation of this file.
27 #ifndef POLARSSL_DES_H
28 #define POLARSSL_DES_H
35 #define POLARSSL_ERR_DES_INVALID_INPUT_LENGTH -0x0032
37 #define DES_KEY_SIZE 8
164 const unsigned char input[8],
165 unsigned char output[8] );
181 const unsigned char *input,
182 unsigned char *output );
194 const unsigned char input[8],
195 unsigned char output[8] );
213 const unsigned char *input,
214 unsigned char *output );