HomeSort by relevance Sort by last modified time
    Searched defs:DesEncrypt (Results 1 - 2 of 2) sorted by null

  /external/ppp/pppd/
pppcrypt.c 129 DesEncrypt(clear, cipher)
174 DesEncrypt(clear, cipher)
  /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 59 milliseconds