Searched refs:DES_fcrypt (Results 1 – 4 of 4) sorted by relevance
/third_party/openssl/crypto/des/ |
D | fcrypt.c | 63 return DES_fcrypt(buf, salt, buff); in DES_crypt() 83 ret = DES_fcrypt(e_buf, e_salt, buff); in DES_crypt() 91 char *DES_fcrypt(const char *buf, const char *salt, char *ret) in DES_fcrypt() function
|
/third_party/openssl/doc/man3/ |
D | DES_random_key.pod | 13 DES_fcrypt, DES_crypt - DES encryption 92 char *DES_fcrypt(const char *buf, const char *salt, char *ret); 235 DES_fcrypt() is a fast version of the Unix crypt(3) function. This 243 This function calls DES_fcrypt() with a static array passed as the 248 The values returned by DES_fcrypt() and DES_crypt() are terminated by NUL 298 DES_fcrypt() returns a pointer to the caller-provided buffer and DES_crypt() - 308 The requirement that the B<salt> parameter to DES_crypt() and DES_fcrypt()
|
/third_party/openssl/include/openssl/ |
D | des.h | 135 char *DES_fcrypt(const char *buf, const char *salt, char *ret);
|
/third_party/openssl/util/ |
D | libcrypto.num | 3793 DES_fcrypt 3748 1_1_0 EXIST::FUNCTION:DES
|