Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/include/
H A Dauth.h238 int auth_krb4_tgt(Authctxt *, const char *);
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dauth-krb4.c283 auth_krb4_tgt(Authctxt *authctxt, const char *string) in auth_krb4_tgt() function
H A Dsession.c392 if (auth_krb4_tgt(s->authctxt, kdata)) in do_authenticated1()