Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dauth-passwd.c98 int ret = auth_krb5_password(authctxt, password); in auth_password()
H A Dauth.h156 int auth_krb5_password(Authctxt *authctxt, const char *password);
H A Dauth-krb5.c72 auth_krb5_password(Authctxt *authctxt, const char *password) in auth_krb5_password() function