Go to the source code of this file.
Classes | |
| struct | desparams |
Macros | |
| #define | DES_MAXLEN 65536 /* maximum # of bytes to encrypt */ |
| #define | DES_QUICKLEN 16 /* maximum # of bytes to encrypt quickly */ |
| #define | des_data UDES.UDES_data /* direct data here if quick */ |
| #define | des_buf UDES.UDES_buf /* otherwise, pointer to data */ |
| #define | DESIOCBLOCK _IOWR('d', 6, struct desparams) |
| #define | DESIOCQUICK _IOWR('d', 7, struct desparams) |
Enumerations | |
| enum | desdir { ENCRYPT, DECRYPT } |
| enum | desmode { CBC, ECB } |
| #define des_buf UDES.UDES_buf /* otherwise, pointer to data */ |
1.8.2