Searched refs:krb5_verify (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/crypto/heimdal/appl/login/
H A Dlogin.c156 krb5_verify(struct passwd *pwd, const char *password) function
532 if(krb5_verify(pwd, password) == 0) {
/freebsd-11-stable/crypto/heimdal/appl/su/
H A Dsu.c146 krb5_verify(const struct passwd *login_info, function
393 krb5_verify(login_info, su_info, kerberos_instance) == 0)
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c831 krb5_verify(struct passwd *pwd, char *passwd) function
898 rval = krb5_verify(pw, passwd);

Completed in 39 milliseconds