DES_fcrypt
return DES_fcrypt(buf, salt, buff);
ret = DES_fcrypt(e_buf, e_salt, buff);
char *DES_fcrypt(const char *buf, const char *salt, char *ret);