OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DES_crypt
(Results
1 - 8
of
8
) sorted by null
/external/openssl/crypto/des/
des_old.c
196
return
DES_crypt
(buf, salt);
200
return
DES_crypt
(buf, salt);
des.h
208
char *
DES_crypt
(const char *buf,const char *salt);
fcrypt.c
61
char *
DES_crypt
(const char *buf, const char *salt)
des_old.h
179
#define
des_crypt
(b,s)\
180
DES_crypt
((b),(s))
183
DES_crypt
((b),(s))
281
#define
des_crypt
(b,s)\
macro
destest.c
87
#define crypt(c,s) (
DES_crypt
((c),(s)))
/external/openssl/include/openssl/
des.h
208
char *
DES_crypt
(const char *buf,const char *salt);
des_old.h
179
#define
des_crypt
(b,s)\
180
DES_crypt
((b),(s))
183
DES_crypt
((b),(s))
281
#define
des_crypt
(b,s)\
macro
/external/openssl/apps/
passwd.c
444
ascii2ebcdic(*salt_p, *salt_p, 2); /*
des_crypt
will convert
486
hash =
DES_crypt
(passwd, *salt_p);
Completed in 1206 milliseconds