Searched defs:DesEncrypt (Results 1 - 2 of 2) sorted by relevance

/external/ppp/pppd/
H A Dpppcrypt.c129 DesEncrypt(clear, cipher) function
174 DesEncrypt(clear, cipher) function
/external/libppp/src/
H A Dchap_ms.c110 DesEncrypt(u_char *clear, u_char *key, u_char *cipher) function
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 130 milliseconds