Searched refs:do_auth (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/ntp/scripts/monitoring/
H A Dntp.pl25 $do_auth=0; # no possibility today
99 if ($do_auth)
/freebsd-current/contrib/dma/
H A Dnet.c483 int fd, error = 0, do_auth = 0, res = 0; local
545 do_auth = 1;
550 if (do_auth == 1) {
/freebsd-current/contrib/libfido2/src/
H A Du2f.c313 do_auth(fido_dev_t *dev, const fido_blob_t *cdh, const char *rp_id, function
793 if ((r = do_auth(dev, &fa->cdh, fa->rp_id, key_id, &sig, &ad,
795 fido_log_debug("%s: do_auth", __func__);

Completed in 199 milliseconds