40static char sccsid[] =
"@(#)des_crypt.c 2.2 88/08/10 4.0 RPCSRC; from 1.13 88/02/08 SMI";
51#define COPY8(src, dst) { \
52 char *a = (char *) dst; \
53 char *b = (char *) src; \
54 *a++ = *b++; *a++ = *b++; *a++ = *b++; *a++ = *b++; \
55 *a++ = *b++; *a++ = *b++; *a++ = *b++; *a++ = *b++; \
61#define DESCOPY(src, dst, len) { \
62 char *a = (char *) dst; \
63 char *b = (char *) src; \
65 for (i = (int) len; i > 0; i -= 8) { \
66 *a++ = *b++; *a++ = *b++; *a++ = *b++; *a++ = *b++; \
67 *a++ = *b++; *a++ = *b++; *a++ = *b++; *a++ = *b++; \
static int common_crypt(char *, char *, unsigned, unsigned, struct desparams *)
int(* __des_crypt_LOCAL)()=0
int _des_crypt_call(char *, int, struct desparams *)
int cbc_crypt(char *key, char *buf, unsigned len, unsigned mode, char *ivec)
int ecb_crypt(char *key, char *buf, unsigned len, unsigned mode)
#define DESERR_NOHWDEVICE
unsigned int(__cdecl typeof(jpeg_read_scanlines))(struct jpeg_decompress_struct *
GLenum GLuint GLenum GLsizei const GLchar * buf
union desparams::@193 UDES