OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DES_fcrypt
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/openssl/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)
/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)
Completed in 2993 milliseconds