/external/openssl/crypto/des/ |
fcrypt.c | 66 return(DES_fcrypt(buf,salt,buff)); 82 /* Convert the e_salt to ASCII, as that's what DES_fcrypt works on */ 89 ret = DES_fcrypt(e_buf,e_salt,buff); 99 char *DES_fcrypt(const char *buf, const char *salt, char *ret)
|
des.h | 207 char *DES_fcrypt(const char *buf,const char *salt, char *ret);
|
des_old.c | 192 return DES_fcrypt(buf, salt, ret);
|
des_old.h | 176 #define des_fcrypt(b,s,r)\ macro 177 DES_fcrypt((b),(s),(r)) 279 #define des_fcrypt(b,s,r)\ macro
|
/external/openssl/include/openssl/ |
des.h | 207 char *DES_fcrypt(const char *buf,const char *salt, char *ret);
|
des_old.h | 176 #define des_fcrypt(b,s,r)\ macro 177 DES_fcrypt((b),(s),(r)) 279 #define des_fcrypt(b,s,r)\ macro
|