Home
last modified time | relevance | path

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

/openbsd/src/libexec/login_token/
Dinit.c53 TOKEN_DECMODE | TOKEN_HEXMODE | TOKEN_PHONEMODE | TOKEN_RIM,
61 TOKEN_DECMODE | TOKEN_HEXMODE | TOKEN_RIM, /* avail */
77 { "reduced-input", TOKEN_RIM },
78 { "rim", TOKEN_RIM }
Dtokendb.c95 tokenrec->mode = tt->modes & ~TOKEN_RIM; in tokendb_getrec()
273 tokenrec->mode = tt->modes & ~TOKEN_RIM; in tokendb_firstrec()
305 tokenrec->mode = tt->modes & ~TOKEN_RIM; in tokendb_nextrec()
356 tokenrec->mode = tt->modes & ~TOKEN_RIM; in tokendb_lockrec()
Dtokendb.h66 #define TOKEN_RIM 0x8 /* reduced input mode */ macro
Dtoken.c114 if ((tt->modes & TOKEN_RIM) && in tokenchallenge()
116 (tr.mode & TOKEN_RIM)) { in tokenchallenge()
/openbsd/src/usr.sbin/tokeninit/
Dtokeninit.c132 if ((modes & ~TOKEN_RIM) == 0) in main()
/openbsd/src/usr.sbin/tokenadm/
Dtokenadm.c315 if (or_mask & TOKEN_RIM) in process_modes()