__hashpw
if (__hashpw(&key, pwbuf, buflen, pw, &_pw_flags)) {
if (__hashpw(&key, buf, buflen, pw, flagsp) == 0)
r = __hashpw(&key, buf, buflen, pw, flagsp);
r = __hashpw(&key, buf, buflen, pw, flagsp);
static int __hashpw(DBT *, char *buf, size_t buflen, struct passwd *, int *);
if (__hashpw(&key, pwbuf, buflen, pw, &_pw_flags)) {
r = __hashpw(&key, buf, buflen, pw, flagsp);
r = __hashpw(&key, buf, buflen, pw, flagsp);
static int __hashpw(DBT *, char *buf, size_t buflen, struct passwd *, int *);