Searched refs:unencrypted (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dcorrect_password.c41 char *unencrypted, *encrypted; local
65 unencrypted = bb_askpass(0, "Password: ");
66 if (!unencrypted) {
69 encrypted = crypt(unencrypted, correct);
70 memset(unencrypted, 0, strlen(unencrypted));

Completed in 39 milliseconds