Home
last modified time | relevance | path

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

/openbsd/include/
H A Dbsd_auth.h47 AUTHV_CLASS, enumerator
/openbsd/lib/libc/gen/
H A Dauthenticate.c438 auth_setitem(as, AUTHV_CLASS, lc->lc_class) < 0) { in auth_userchallenge()
477 class = auth_getitem(as, AUTHV_CLASS); in auth_userresponse()
H A Dauth_subr.c419 case AUTHV_CLASS: in auth_getitem()
452 auth_setitem(as, AUTHV_CLASS, NULL); in auth_setitem()
468 case AUTHV_CLASS: in auth_setitem()
/openbsd/libexec/ftpd/
H A Dftpd.c759 auth_setitem(as, AUTHV_CLASS, class) < 0 || in user()