Home
last modified time | relevance | path

Searched refs:auth_getvalue (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/lib/libc/hidden/
Dbsd_auth.h42 PROTO_NORMAL(auth_getvalue);
/openbsd/src/include/
Dbsd_auth.h76 char *auth_getvalue(auth_session_t *, char *);
/openbsd/src/lib/libc/gen/
Dauth_subr.c323 as->challenge = auth_getvalue(as, "challenge"); in auth_challenge()
665 auth_getvalue(auth_session_t *as, char *what) in auth_getvalue() function
739 DEF_WEAK(auth_getvalue);
/openbsd/src/usr.bin/login/
Dlogin.c531 if (!as || (p = auth_getvalue(as, "errormsg")) == NULL) in main()
641 if ((p = auth_getvalue(as, "warnmsg")) != NULL) in main()
/openbsd/src/usr.bin/su/
Dsu.c414 if ((cp = auth_getvalue(as, "errormsg")) != NULL) in verify_user()
/openbsd/src/lib/libc/
DSymbols.list572 auth_getvalue