Searched refs:DES_fcrypt (Results 1 – 7 of 7) sorted by relevance
/freebsd/crypto/openssl/crypto/des/ |
H A D | fcrypt.c | 69 return DES_fcrypt(buf, salt, buff); in DES_crypt() 89 ret = DES_fcrypt(e_buf, e_salt, buff); in DES_crypt() 97 char *DES_fcrypt(const char *buf, const char *salt, char *ret) in DES_fcrypt() function
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | DES_random_key.pod | 13 DES_fcrypt, DES_crypt - DES encryption 96 char *DES_fcrypt(const char *buf, const char *salt, char *ret); 240 DES_fcrypt() is a fast version of the Unix crypt(3) function. This 248 This function calls DES_fcrypt() with a static array passed as the 253 The values returned by DES_fcrypt() and DES_crypt() are terminated by NUL 306 DES_fcrypt() returns a pointer to the caller-provided buffer and DES_crypt() - 318 The requirement that the B<salt> parameter to DES_crypt() and DES_fcrypt()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | des.h | 162 char *DES_fcrypt(const char *buf, const char *salt, char *ret);
|
/freebsd/secure/lib/libcrypto/ |
H A D | Version.map | 895 DES_fcrypt;
|
/freebsd/crypto/openssl/doc/man7/ |
H A D | migration_guide.pod | 1325 DES_crypt(), DES_fcrypt(), DES_encrypt1(), DES_encrypt2(), DES_encrypt3(),
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | Makefile | 1225 MLINKS+= DES_random_key.3 DES_fcrypt.3
|
/freebsd/crypto/openssl/util/ |
H A D | libcrypto.num | 3665 DES_fcrypt 3748 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_3_0,DES
|