table of contents
other versions
- buster-backports 1.5.0-2~bpo10+1
 - testing 1.5.0-2
 - unstable 1.6.0-2
 
| FIDO_INIT(3) | Library Functions Manual | FIDO_INIT(3) | 
NAME¶
fido_init —
initialise the FIDO 2 library
SYNOPSIS¶
#include <fido.h>
void
  
  fido_init(int
    flags);
DESCRIPTION¶
Thefido_init() function initialises the
  libfido2 library. Its invocation must precede that of any
  other libfido2 function. 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.
SEE ALSO¶
fido_assert_new(3), fido_cred_new(3), fido_dev_info_manifest(3), fido_dev_open(3)| May 25, 2018 | Linux 4.19.0-12-amd64 |