Searched refs:DES_fcrypt (Results 1 – 6 of 6) sorted by relevance
/external/openssl/crypto/des/ |
D | fcrypt.c | 66 return(DES_fcrypt(buf,salt,buff)); in DES_crypt() 89 ret = DES_fcrypt(e_buf,e_salt,buff); in DES_crypt() 99 char *DES_fcrypt(const char *buf, const char *salt, char *ret) in DES_fcrypt() function
|
D | des.h | 207 char *DES_fcrypt(const char *buf,const char *salt, char *ret);
|
D | des_old.c | 192 return DES_fcrypt(buf, salt, ret); in _ossl_old_des_fcrypt()
|
D | des_old.h | 177 DES_fcrypt((b),(s),(r))
|
/external/openssl/include/openssl/ |
D | des.h | 207 char *DES_fcrypt(const char *buf,const char *salt, char *ret);
|
D | des_old.h | 177 DES_fcrypt((b),(s),(r))
|