Go to the documentation of this file.
27 #ifndef POLARSSL_DES_H
28 #define POLARSSL_DES_H
30 #if !defined(POLARSSL_CONFIG_FILE)
33 #include POLARSSL_CONFIG_FILE
38 #if defined(_MSC_VER) && !defined(EFIX64) && !defined(EFI32)
40 typedef UINT32 uint32_t;
48 #define POLARSSL_ERR_DES_INVALID_INPUT_LENGTH -0x0032
50 #define DES_KEY_SIZE 8
52 #if !defined(POLARSSL_DES_ALT)
213 const unsigned char input[8],
214 unsigned char output[8] );
216 #if defined(POLARSSL_CIPHER_MODE_CBC)
231 const unsigned char *input,
232 unsigned char *output );
245 const unsigned char input[8],
246 unsigned char output[8] );
248 #if defined(POLARSSL_CIPHER_MODE_CBC)
265 const unsigned char *input,
266 unsigned char *output );