Home
last modified time | relevance | path

Searched refs:gl_des_ecb_crypt (Results 1 – 18 of 18) sorted by relevance

/dports/net/gnu-dico/dico-2.10/xdico/gnu/
H A Ddes.h71 gl_des_ecb_crypt (gl_des_ctx *ctx, const char * from, char * to, int mode);
73 #define gl_des_ecb_encrypt(ctx, from, to) gl_des_ecb_crypt(ctx, from, to, 0)
74 #define gl_des_ecb_decrypt(ctx, from, to) gl_des_ecb_crypt(ctx, from, to, 1)
H A Ddes.c543 gl_des_ecb_crypt (gl_des_ctx *ctx, const char * _from, char * _to, int mode) in gl_des_ecb_crypt() function
/dports/security/libntlm/libntlm-1.6/gl/
H A Ddes.h71 gl_des_ecb_crypt (gl_des_ctx *ctx, const char * from, char * to, int mode);
73 #define gl_des_ecb_encrypt(ctx, from, to) gl_des_ecb_crypt(ctx, from, to, 0)
74 #define gl_des_ecb_decrypt(ctx, from, to) gl_des_ecb_crypt(ctx, from, to, 1)
H A Ddes.c549 gl_des_ecb_crypt (gl_des_ctx *ctx, const char * _from, char * _to, int mode)
/dports/mail/mailutils/mailutils-3.13/lib/gnu/
H A Ddes.h71 gl_des_ecb_crypt (gl_des_ctx *ctx, const char * from, char * to, int mode);
73 #define gl_des_ecb_encrypt(ctx, from, to) gl_des_ecb_crypt(ctx, from, to, 0)
74 #define gl_des_ecb_decrypt(ctx, from, to) gl_des_ecb_crypt(ctx, from, to, 1)
H A Ddes.c543 gl_des_ecb_crypt (gl_des_ctx *ctx, const char * _from, char * _to, int mode) in gl_des_ecb_crypt() function
/dports/devel/gnulib/gnulib-20140202-stable/lib/
H A Ddes.h71 gl_des_ecb_crypt (gl_des_ctx *ctx, const char * from, char * to, int mode);
73 #define gl_des_ecb_encrypt(ctx, from, to) gl_des_ecb_crypt(ctx, from, to, 0)
74 #define gl_des_ecb_decrypt(ctx, from, to) gl_des_ecb_crypt(ctx, from, to, 1)
H A Ddes.c543 gl_des_ecb_crypt (gl_des_ctx *ctx, const char * _from, char * _to, int mode) in gl_des_ecb_crypt() function
/dports/security/shishi/shishi-1.0.2/gl/
H A Ddes.h71 gl_des_ecb_crypt (gl_des_ctx *ctx, const char * from, char * to, int mode);
73 #define gl_des_ecb_encrypt(ctx, from, to) gl_des_ecb_crypt(ctx, from, to, 0)
74 #define gl_des_ecb_decrypt(ctx, from, to) gl_des_ecb_crypt(ctx, from, to, 1)
H A Ddes.c543 gl_des_ecb_crypt (gl_des_ctx *ctx, const char * _from, char * _to, int mode) in gl_des_ecb_crypt() function
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Ddes.h71 gl_des_ecb_crypt (gl_des_ctx *ctx, const char * from, char * to, int mode);
73 #define gl_des_ecb_encrypt(ctx, from, to) gl_des_ecb_crypt(ctx, from, to, 0)
74 #define gl_des_ecb_decrypt(ctx, from, to) gl_des_ecb_crypt(ctx, from, to, 1)
H A Ddes.c549 gl_des_ecb_crypt (gl_des_ctx *ctx, const char * _from, char * _to, int mode)
/dports/www/cntlm/cntlm-0.92.3/
H A Dxcrypt.h54 #define gl_des_ecb_encrypt(ctx, from, to) gl_des_ecb_crypt(ctx, from, to, 0)
55 #define gl_des_ecb_decrypt(ctx, from, to) gl_des_ecb_crypt(ctx, from, to, 1)
91 extern void gl_des_ecb_crypt(gl_des_ctx *ctx, const char * _from, char * _to, int mode);
H A Dxcrypt.c521 void gl_des_ecb_crypt (gl_des_ctx *ctx, const char * _from, char * _to, int mode) { in gl_des_ecb_crypt() function
/dports/net/gnu-dico/dico-2.10/dicod/
H A Dident.c110 gl_des_ecb_crypt(ctx, (const char *)key, (char*)key, 0); in des_cbc_cksum()
/dports/mail/mailutils/mailutils-3.13/imap4d/
H A Dpreauth.c125 gl_des_ecb_crypt (ctx, (char*) key, (char*) key, 0); in des_cbc_cksum()
/dports/devel/gnulib/gnulib-20140202-stable/
H A DNEWS665 des_ecb_crypt -> gl_des_ecb_crypt,
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/
H A DNEWS1013 des_ecb_crypt -> gl_des_ecb_crypt,