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] );
180 #if defined(POLARSSL_CIPHER_MODE_CBC)
195 const unsigned char *input,
196 unsigned char *output );
209 const unsigned char input[8],
210 unsigned char output[8] );
212 #if defined(POLARSSL_CIPHER_MODE_CBC)
229 const unsigned char *input,
230 unsigned char *output );