Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.bin/login/
HDlogin.c83 static int auth_pam(void);
345 rval = auth_pam(); in main()
683 auth_pam(void) in auth_pam() function
/freebsd-14-stable/libexec/ftpd/
HDftpd.c176 static int auth_pam(struct passwd**, const char*);
1256 auth_pam(struct passwd **ppw, const char *pass) in auth_pam() function
1374 rval = auth_pam(&pw, passwd); in pass()