Searched refs:des_fcrypt (Results 1 – 13 of 13) sorted by relevance
| /mirbsd/src/lib/libdes/ |
| D | fcrypt.c | 159 return(des_fcrypt(buf,salt,buff)); 163 char *des_fcrypt(buf,salt,ret) in des_fcrypt() function
|
| D | des.doc | 320 char *des_fcrypt( 334 This function calls des_fcrypt() with a static array passed as the
|
| /mirbsd/src/include/ |
| D | des.h | 182 char *des_fcrypt(const char *buf,const char *salt, char *ret); 245 char *des_fcrypt();
|
| /mirbsd/src/gnu/usr.bin/perl/win32/ |
| D | fcrypt.c | 468 des_fcrypt(const char *buf, const char *salt, char *buff) in des_fcrypt() function
|
| D | win32.c | 2175 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/ |
| D | des_old.h | 172 #define des_fcrypt(b,s,r)\ macro 275 #define des_fcrypt(b,s,r)\ macro
|
| /mirbsd/src/gnu/usr.bin/perl/NetWare/ |
| D | nw5.c | 318 return des_fcrypt(txt, salt, w32_crypt_buffer); in nw_crypt()
|
| /mirbsd/src/gnu/usr.bin/perl/wince/ |
| D | wince.c | 1242 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/ |
| D | README.win32 | 324 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
|
| D | Changes5.005 | 3705 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.
|
| D | Changes5.8.1 | 3048 - win32/des_fcrypt.patch
|
| D | Changes5.6 | 27164 +> Porting/fixCORE README.os390 ebcdic.c win32/des_fcrypt.patch
|
| /mirbsd/src/lib/libssl/src/doc/ |
| D | ssleay.txt | 3085 char *des_fcrypt( 3099 This function calls des_fcrypt() with a static array passed as the
|