Home
last modified time | relevance | path

Searched refs:des_fcrypt (Results 1 – 13 of 13) sorted by relevance

/mirbsd/src/lib/libdes/
Dfcrypt.c159 return(des_fcrypt(buf,salt,buff));
163 char *des_fcrypt(buf,salt,ret) in des_fcrypt() function
Ddes.doc320 char *des_fcrypt(
334 This function calls des_fcrypt() with a static array passed as the
/mirbsd/src/include/
Ddes.h182 char *des_fcrypt(const char *buf,const char *salt, char *ret);
245 char *des_fcrypt();
/mirbsd/src/gnu/usr.bin/perl/win32/
Dfcrypt.c468 des_fcrypt(const char *buf, const char *salt, char *buff) in des_fcrypt() function
Dwin32.c2175 extern char * des_fcrypt(const char *txt, const char *salt, char *cbuf);
2183 return des_fcrypt(txt, salt, w32_crypt_buffer); in win32_crypt()
/mirbsd/src/lib/libssl/src/crypto/des/
Ddes_old.h172 #define des_fcrypt(b,s,r)\ macro
275 #define des_fcrypt(b,s,r)\ macro
/mirbsd/src/gnu/usr.bin/perl/NetWare/
Dnw5.c318 return des_fcrypt(txt, salt, w32_crypt_buffer); in nw_crypt()
/mirbsd/src/gnu/usr.bin/perl/wince/
Dwince.c1242 extern char * des_fcrypt(const char *txt, const char *salt, char *cbuf);
1251 return des_fcrypt(txt, salt, w32_crypt_buffer); in win32_crypt()
/mirbsd/src/gnu/usr.bin/perl/
DREADME.win32324 If you have either the source or a library that contains des_fcrypt(),
329 Alternatively, if you have built a library that contains des_fcrypt(),
331 Perl will also build without des_fcrypt(), but the crypt() builtin will
DChanges5.0053705 Log: correct prototype for des_fcrypt(), explain how to add it in more
3708 + win32/des_fcrypt.patch
16021 Log: add support for crypt() via user-supplied des_fcrypt() source or library.
DChanges5.8.13048 - win32/des_fcrypt.patch
DChanges5.627164 +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
/mirbsd/src/lib/libssl/src/doc/
Dssleay.txt3085 char *des_fcrypt(
3099 This function calls des_fcrypt() with a static array passed as the