*** 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_cred_exclude | Section: 3 | Source: OpenBSD | File: fido_cred_exclude.3
FIDO_CRED_EXCLUDE(3) FreeBSD Library Functions Manual FIDO_CRED_EXCLUDE(3) NAME fido_cred_exclude - appends a credential ID to a credential's list of excluded credentials SYNOPSIS #include <fido.h> int fido_cred_exclude(fido_cred_t *cred, const unsigned char *ptr, size_t len); DESCRIPTION The fido_cred_exclude() function adds ptr to the list of credentials excluded by cred, where ptr points to a credential ID of len bytes. A copy of ptr is made, and no references to the passed pointer are kept. If fido_cred_exclude() fails, the existing list of excluded credentials is preserved. If fido_cred_exclude returns success and cred is later passed to fido_dev_make_cred(3) on a device that contains the credential denoted by ptr, then fido_dev_make_cred(3) will fail. For the format of a FIDO2 credential ID, please refer to the Web Authentication (webauthn) standard. RETURN VALUES The error codes returned by fido_cred_exclude() are defined in <fido/err.h>. On success, FIDO_OK is returned. SEE ALSO fido_cred_new(3), fido_cred_set_authdata(3), fido_dev_make_cred(3) FreeBSD 14.1-RELEASE-p8 August 29, 2022 FreeBSD 14.1-RELEASE-p8

Navigation Options