*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: fido_init | Section: 3 | Source: NetBSD | File: fido_init.3
FIDO_INIT(3) FreeBSD Library Functions Manual FIDO_INIT(3) NAME fido_init, fido_set_log_handler - initialise the FIDO2 library SYNOPSIS #include <fido.h> typedef void fido_log_handler_t(const char *); void fido_init(int flags); void fido_set_log_handler(fido_log_handler_t *handler); DESCRIPTION The fido_init() function initialises the libfido2 library. Its invocation must precede that of any other libfido2 function in the context of the executing thread. If FIDO_DEBUG is set in flags, then debug output will be emitted by libfido2 on stderr. Alternatively, the FIDO_DEBUG environment variable may be set. If FIDO_DISABLE_U2F_FALLBACK is set in flags, then libfido2 will not fallback to U2F in fido_dev_open(3) if a device claims to support FIDO2 but fails to respond to a CTAP 2.0 greeting. The fido_set_log_handler() function causes handler to be called for each log line generated in the context of the executing thread. Lines passed to handler include a trailing newline character and are not printed by libfido2 on stderr. SEE ALSO fido_assert_new(3), fido_cred_new(3), fido_dev_info_manifest(3), fido_dev_open(3) FreeBSD 14.1-RELEASE-p8 May 25, 2018 FreeBSD 14.1-RELEASE-p8

Navigation Options