Home
last modified time | relevance | path

Searched refs:gl_des_is_weak_key (Results 1 – 16 of 16) sorted by relevance

/dports/mail/mailutils/mailutils-3.13/lib/gnu/
H A Ddes.c320 gl_des_is_weak_key (const char * key) in gl_des_is_weak_key() function
539 return !gl_des_is_weak_key (key); in gl_des_makekey()
663 return !(gl_des_is_weak_key (key) in gl_3des_makekey()
664 || gl_des_is_weak_key (key + 8) in gl_3des_makekey()
665 || gl_des_is_weak_key (key + 16)); in gl_3des_makekey()
H A Ddes.h49 gl_des_is_weak_key (const char * key);
/dports/net/gnu-dico/dico-2.10/xdico/gnu/
H A Ddes.c320 gl_des_is_weak_key (const char * key) in gl_des_is_weak_key() function
539 return !gl_des_is_weak_key (key); in gl_des_makekey()
663 return !(gl_des_is_weak_key (key) in gl_3des_makekey()
664 || gl_des_is_weak_key (key + 8) in gl_3des_makekey()
665 || gl_des_is_weak_key (key + 16)); in gl_3des_makekey()
H A Ddes.h49 gl_des_is_weak_key (const char * key);
/dports/security/libntlm/libntlm-1.6/gl/
H A Ddes.c320 gl_des_is_weak_key (const char * key)
545 return !gl_des_is_weak_key (key);
669 return !(gl_des_is_weak_key (key)
670 || gl_des_is_weak_key (key + 8)
671 || gl_des_is_weak_key (key + 16));
H A Ddes.h49 gl_des_is_weak_key (const char * key);
/dports/devel/gnulib/gnulib-20140202-stable/lib/
H A Ddes.c320 gl_des_is_weak_key (const char * key) in gl_des_is_weak_key() function
539 return !gl_des_is_weak_key (key); in gl_des_makekey()
663 return !(gl_des_is_weak_key (key) in gl_3des_makekey()
664 || gl_des_is_weak_key (key + 8) in gl_3des_makekey()
665 || gl_des_is_weak_key (key + 16)); in gl_3des_makekey()
H A Ddes.h49 gl_des_is_weak_key (const char * key);
/dports/security/shishi/shishi-1.0.2/gl/
H A Ddes.c320 gl_des_is_weak_key (const char * key) in gl_des_is_weak_key() function
539 return !gl_des_is_weak_key (key); in gl_des_makekey()
663 return !(gl_des_is_weak_key (key) in gl_3des_makekey()
664 || gl_des_is_weak_key (key + 8) in gl_3des_makekey()
665 || gl_des_is_weak_key (key + 16)); in gl_3des_makekey()
H A Ddes.h49 gl_des_is_weak_key (const char * key);
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Ddes.c320 gl_des_is_weak_key (const char * key)
545 return !gl_des_is_weak_key (key);
669 return !(gl_des_is_weak_key (key)
670 || gl_des_is_weak_key (key + 8)
671 || gl_des_is_weak_key (key + 16));
H A Ddes.h49 gl_des_is_weak_key (const char * key);
/dports/www/cntlm/cntlm-0.92.3/
H A Dxcrypt.h88 extern bool gl_des_is_weak_key(const char * key);
H A Dxcrypt.c306 bool gl_des_is_weak_key (const char * key) { in gl_des_is_weak_key() function
518 return !gl_des_is_weak_key (key); in gl_des_makekey()
/dports/devel/gnulib/gnulib-20140202-stable/
H A DNEWS662 des_is_weak_key -> gl_des_is_weak_key,
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/
H A DNEWS1010 des_is_weak_key -> gl_des_is_weak_key,