Home
last modified time | relevance | path

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

/third_party/toybox/toys/lsb/
H A Dsu.c47 char *name, *passhash = 0, **argu, **argv; in su_main() local
65 passhash = crypt(toybuf, shp->sp_pwdp); in su_main()
67 if (!passhash || strcmp(passhash, shp->sp_pwdp)) goto deny; in su_main()

Completed in 1 milliseconds