Searched refs:auth_getitem (Results 1 – 7 of 7) sorted by relevance
/openbsd/lib/libc/gen/ |
H A D | authenticate.c | 199 name = auth_getitem(as, AUTHV_NAME); in auth_approval() 292 auth_getitem(as, AUTHV_INTERACTIVE) != NULL)) { in auth_approval() 461 if ((style = auth_getitem(as, AUTHV_STYLE)) == NULL || in auth_userresponse() 462 (name = auth_getitem(as, AUTHV_NAME)) == NULL || in auth_userresponse() 476 challenge = auth_getitem(as, AUTHV_CHALLENGE); in auth_userresponse() 477 class = auth_getitem(as, AUTHV_CLASS); in auth_userresponse() 531 style = auth_getitem(as, AUTHV_STYLE); in auth_verify() 532 name = auth_getitem(as, AUTHV_NAME); in auth_verify() 539 auth_call(as, path, auth_getitem(as, AUTHV_STYLE), "-s", in auth_verify() 540 auth_getitem(as, AUTHV_SERVICE), "--", name, (char *)NULL); in auth_verify()
|
H A D | auth_subr.c | 413 auth_getitem(auth_session_t *as, auth_item_t item) in auth_getitem() function 435 DEF_WEAK(auth_getitem);
|
/openbsd/lib/libc/hidden/ |
H A D | bsd_auth.h | 39 PROTO_NORMAL(auth_getitem);
|
/openbsd/include/ |
H A D | bsd_auth.h | 59 char *auth_getitem(auth_session_t *, auth_item_t);
|
/openbsd/usr.bin/ssh/ |
H A D | auth-bsdauth.c | 61 challenge = auth_getitem(authctxt->as, AUTHV_CHALLENGE); in bsdauth_query()
|
/openbsd/usr.bin/su/ |
H A D | su.c | 206 if ((user = auth_getitem(as, AUTHV_NAME)) == NULL) in main()
|
/openbsd/lib/libc/ |
H A D | Symbols.list | 569 auth_getitem
|