Searched refs:DES_crypt (Results 1 - 8 of 8) sorted by relevance

/external/openssl/crypto/des/
H A Ddes_old.c196 return DES_crypt(buf, salt);
200 return DES_crypt(buf, salt);
H A Ddes.h208 char *DES_crypt(const char *buf,const char *salt);
H A Dfcrypt.c61 char *DES_crypt(const char *buf, const char *salt) function
H A Ddes_old.h180 DES_crypt((b),(s))
183 DES_crypt((b),(s))
H A Ddestest.c87 #define crypt(c,s) (DES_crypt((c),(s)))
/external/openssl/include/openssl/
H A Ddes.h208 char *DES_crypt(const char *buf,const char *salt);
H A Ddes_old.h180 DES_crypt((b),(s))
183 DES_crypt((b),(s))
/external/openssl/apps/
H A Dpasswd.c486 hash = DES_crypt(passwd, *salt_p);

Completed in 214 milliseconds