Searched refs:tokendb (Results 1 - 4 of 4) sorted by relevance

/openbsd-current/libexec/login_token/
H A Dtokendb.c1 /* $OpenBSD: tokendb.c,v 1.11 2019/06/28 13:32:53 deraadt Exp $ */
34 * BSDI $From: tokendb.c,v 1.1 1996/08/26 20:13:10 prb Exp $
55 #include "tokendb.h"
57 static DB *tokendb; variable
84 status = (tokendb->get)(tokendb, &key, &data, 0);
120 if (flock((tokendb->fd)(tokendb), LOCK_EX)) {
124 status = (tokendb->put)(tokendb,
[all...]
H A DMakefile4 SRCS= login_token.c init.c token.c tokendb.c
/openbsd-current/usr.sbin/tokenadm/
H A DMakefile4 SRCS= tokenadm.c init.c tokendb.c
/openbsd-current/usr.sbin/tokeninit/
H A DMakefile4 SRCS= tokeninit.c init.c token.c tokendb.c

Completed in 91 milliseconds