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

/external/ppp/pppd/
H A Dpppcrypt.c148 DesEncrypt(clear, cipher) function
193 DesEncrypt(clear, cipher) function
227 DesEncrypt(clear, cipher) function
229 DesEncrypt(clear, key, cipher)
/external/syslinux/core/lwip/src/netif/ppp/
H A Dchpms.c117 static void DesEncrypt (u_char *, u_char *, u_char *);
156 DesEncrypt(challenge, ZPasswordHash + 0, response + 0);
157 DesEncrypt(challenge, ZPasswordHash + 7, response + 8);
158 DesEncrypt(challenge, ZPasswordHash + 14, response + 16);
168 DesEncrypt( u_char *clear, /* IN 8 octets */ function
182 CHAPDEBUG(LOG_INFO, ("DesEncrypt: 8 octet input : %02X%02X%02X%02X%02X%02X%02X%02X\n",
191 CHAPDEBUG(LOG_INFO, ("DesEncrypt: 8 octet output: %02X%02X%02X%02X%02X%02X%02X%02X\n",
199 DesEncrypt( u_char *clear, /* IN 8 octets */ function
211 CHAPDEBUG(LOG_INFO, ("DesEncrypt: 8 octet input : %02X%02X%02X%02X%02X%02X%02X%02X\n",
218 CHAPDEBUG(LOG_INFO, ("DesEncrypt
[all...]

Completed in 111 milliseconds