Home
last modified time | relevance | path

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

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