HomeSort by: relevance | last modified time | path
    Searched refs:fido_check_flags (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/libfido2/dist/src/
extern.h 215 int fido_check_flags(uint8_t, fido_opt_t, fido_opt_t);
assert.c 358 fido_check_flags(uint8_t flags, fido_opt_t up, fido_opt_t uv) function
527 if (fido_check_flags(stmt->authdata.flags, assert->up,
529 fido_log_debug("%s: fido_check_flags", __func__);
cred.c 381 if (fido_check_flags(cred->authdata.flags, FIDO_OPT_TRUE,
383 fido_log_debug("%s: fido_check_flags", __func__);
470 if (fido_check_flags(cred->authdata.flags, FIDO_OPT_TRUE,
472 fido_log_debug("%s: fido_check_flags", __func__);

Completed in 27 milliseconds