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

/vbox/src/VBox/Devices/Network/lwip/src/netif/ppp/
H A Dchpms.c350 u_char unicodePassword[MAX_NT_PASSWORD * 2]; local
355 BZERO(unicodePassword, sizeof(unicodePassword));
357 unicodePassword[i * 2] = (u_char)secret[i];
360 MDupdate(&md4Context, unicodePassword, secret_len * 2 * 8); /* Unicode is 2 bytes/char, *8 for bit count */
/vbox/src/VBox/Devices/Network/lwip-new/src/netif/ppp/
H A Dchpms.c313 u_char unicodePassword[MAX_NT_PASSWORD * 2]; local
320 BZERO(unicodePassword, sizeof(unicodePassword));
322 unicodePassword[i * 2] = (u_char)secret[i];
325 MDupdate(&md4Context, unicodePassword, secret_len * 2 * 8); /* Unicode is 2 bytes/char, *8 for bit count */

Completed in 32 milliseconds