OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DesEncrypt
(Results
1 - 5
of
5
) sorted by null
/external/ppp/pppd/
pppcrypt.h
49
extern bool
DesEncrypt
__P((u_char *, u_char *));
pppcrypt.c
129
DesEncrypt
(clear, cipher)
174
DesEncrypt
(clear, cipher)
chap_ms.c
466
DesEncrypt
(challenge, response + 0);
468
DesEncrypt
(challenge, response + 8);
470
DesEncrypt
(challenge, response + 16);
588
DesEncrypt
( StdText, PasswordHash + 0 );
590
DesEncrypt
( StdText, PasswordHash + 8 );
eap.c
780
if (!
DesEncrypt
(clear, cipher)) {
788
(void)
DesEncrypt
(cp, cipher);
800
(void)
DesEncrypt
(clear, cipher);
[
all
...]
/external/libppp/src/
chap_ms.c
110
DesEncrypt
(u_char *clear, u_char *key, u_char *cipher)
128
DesEncrypt
(challenge, ZPasswordHash + 0, response + 0);
129
DesEncrypt
(challenge, ZPasswordHash + 7, response + 8);
130
DesEncrypt
(challenge, ZPasswordHash + 14, response + 16);
411
DesEncrypt
(salt, SECRET, hash);
412
DesEncrypt
(salt, SECRET + 7, hash + 8);
Completed in 236 milliseconds