Home
last modified time | relevance | path

Searched refs:FIDO_ERR_INVALID_PARAM (Results 1 – 6 of 6) sorted by relevance

/freebsd-14-stable/contrib/libfido2/src/
HDerr.c120 case FIDO_ERR_INVALID_PARAM: in fido_strerr()
HDcred.c360 r = FIDO_ERR_INVALID_PARAM; in fido_cred_verify()
367 r = FIDO_ERR_INVALID_PARAM; in fido_cred_verify()
373 r = FIDO_ERR_INVALID_PARAM; in fido_cred_verify()
449 r = FIDO_ERR_INVALID_PARAM; in fido_cred_verify_self()
456 r = FIDO_ERR_INVALID_PARAM; in fido_cred_verify_self()
462 r = FIDO_ERR_INVALID_PARAM; in fido_cred_verify_self()
HDassert.c530 r = FIDO_ERR_INVALID_PARAM; in fido_assert_verify()
536 r = FIDO_ERR_INVALID_PARAM; in fido_assert_verify()
542 r = FIDO_ERR_INVALID_PARAM; in fido_assert_verify()
/freebsd-14-stable/contrib/libfido2/src/fido/
HDerr.h88 #define FIDO_ERR_INVALID_PARAM -5 macro
/freebsd-14-stable/contrib/libfido2/regress/
HDassert.c481 pk) == FIDO_ERR_INVALID_PARAM); in junk_rp()
556 pk) == FIDO_ERR_INVALID_PARAM); in wrong_options()
560 pk) == FIDO_ERR_INVALID_PARAM); in wrong_options()
HDcred.c1731 assert(fido_cred_verify(c) == FIDO_ERR_INVALID_PARAM); in wrong_options()
1807 assert(fido_cred_verify(c) == FIDO_ERR_INVALID_PARAM); in junk_rp_id()
2030 assert(fido_cred_verify(c) == FIDO_ERR_INVALID_PARAM); in wrong_credprot()