Home
last modified time | relevance | path

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

/external/toybox/toys/lsb/
Dsu.c44 char *name, *passhash = 0, **argu, **argv; in su_main() local
60 passhash = crypt(toybuf, shp->sp_pwdp); in su_main()
62 if (!passhash || strcmp(passhash, shp->sp_pwdp)) goto deny; in su_main()