gl_des_ecb_crypt   71 maint/gnulib/lib/des.h gl_des_ecb_crypt (gl_des_ctx *ctx, const char * from,  char * to, int mode);
gl_des_ecb_crypt   73 maint/gnulib/lib/des.h #define gl_des_ecb_encrypt(ctx, from, to)  gl_des_ecb_crypt(ctx, from, to, 0)
gl_des_ecb_crypt   74 maint/gnulib/lib/des.h #define gl_des_ecb_decrypt(ctx, from, to)  gl_des_ecb_crypt(ctx, from, to, 1)