Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dmonitor_wrap.h49 struct passwd *mm_getpwnamallow(struct ssh *, const char *);
H A Dauth2.c295 authctxt->pw = mm_getpwnamallow(ssh, user); in input_userauth_request()
H A Dmonitor_wrap.c345 mm_getpwnamallow(struct ssh *ssh, const char *username) in mm_getpwnamallow() function