Searched refs:DES_crypt (Results 1 – 8 of 8) sorted by relevance
/external/openssl/crypto/des/ |
D | des_old.c | 196 return DES_crypt(buf, salt); in _ossl_old_des_crypt() 200 return DES_crypt(buf, salt); in _ossl_old_crypt()
|
D | fcrypt.c | 61 char *DES_crypt(const char *buf, const char *salt) in DES_crypt() function
|
D | des.h | 208 char *DES_crypt(const char *buf,const char *salt);
|
D | des_old.h | 180 DES_crypt((b),(s)) 183 DES_crypt((b),(s))
|
D | destest.c | 87 #define crypt(c,s) (DES_crypt((c),(s)))
|
/external/openssl/include/openssl/ |
D | des.h | 208 char *DES_crypt(const char *buf,const char *salt);
|
D | des_old.h | 180 DES_crypt((b),(s)) 183 DES_crypt((b),(s))
|
/external/openssl/apps/ |
D | passwd.c | 486 hash = DES_crypt(passwd, *salt_p); in do_passwd()
|