Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/roken/
H A Dverify.c46 unix_verify_user(char *user, char *password) in unix_verify_user() function
H A Dversion-script.map123 unix_verify_user;
H A Droken.h.in752 ROKEN_LIB_FUNCTION int ROKEN_LIB_CALL unix_verify_user(char *, char *);
/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c901 rval = unix_verify_user(pw->pw_name, passwd); in pass()