Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dauth2-none.c69 return mm_auth_password(ssh, ""); in userauth_none()
H A Dauth2-passwd.c70 else if (mm_auth_password(ssh, password) == 1) in userauth_passwd()
H A Dmonitor_wrap.h51 int mm_auth_password(struct ssh *, char *);
H A Dmonitor_wrap.c457 mm_auth_password(struct ssh *ssh, char *password) in mm_auth_password() function