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

/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dxcrypt.c85 passwd = shadow_pw(pw);
135 shadow_pw(struct passwd *pw) function
H A Dport-uw.c61 char *pw_password = authctxt->valid ? shadow_pw(pw) : pw->pw_passwd;
128 functions that call shadow_pw() will need to free
H A Dopenbsd-compat.h300 char *shadow_pw(struct passwd *pw);
/freebsd-11-stable/crypto/openssh/
H A Dauth-passwd.c204 char *pw_password = authctxt->valid ? shadow_pw(pw) : pw->pw_passwd;
H A Dssh_namespace.h555 #define shadow_pw Fssh_shadow_pw macro

Completed in 100 milliseconds