Home
last modified time | relevance | path

Searched refs:fido_cred_set_fmt (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/libfido2/regress/
H A Dcred.c1530 assert(fido_cred_set_fmt(c, "packed") == FIDO_OK); in valid_cred()
1555 assert(fido_cred_set_fmt(c, "packed") == FIDO_OK); in no_cdh()
1579 assert(fido_cred_set_fmt(c, "packed") == FIDO_OK); in no_rp_id()
1604 assert(fido_cred_set_fmt(c, "packed") == FIDO_OK); in no_rp_name()
1632 assert(fido_cred_set_fmt(c, "packed") == FIDO_OK); in no_authdata()
1657 assert(fido_cred_set_fmt(c, "packed") == FIDO_OK); in no_x509()
1681 assert(fido_cred_set_fmt(c, "packed") == FIDO_OK); in no_sig()
1730 assert(fido_cred_set_fmt(c, "packed") == FIDO_OK); in wrong_options()
1761 assert(fido_cred_set_fmt(c, "packed") == FIDO_OK); in junk_cdh()
1787 assert(fido_cred_set_fmt( in junk_fmt()
[all...]
/freebsd/contrib/libfido2/src/
H A Dexport.gnu178 fido_cred_set_fmt;
H A Dexport.msvc177 fido_cred_set_fmt
H A Dfido.h160 int fido_cred_set_fmt(fido_cred_t *, const char *);
H A Du2f.c645 if (fido_cred_set_fmt(cred, "fido-u2f") != FIDO_OK || in parse_register_reply()
H A Dcred.c968 fido_cred_set_fmt(fido_cred_t *cred, const char *fmt) in fido_cred_set_fmt() function
/freebsd/contrib/libfido2/fuzz/
H A Dexport.gnu175 fido_cred_set_fmt;
H A Dfuzz_cred.c310 fido_cred_set_fmt(cred, fmt); in verify_cred()
H A Dfunctions.txt293 fido_cred_set_fmt 20 4 80.00% 12 2 83.33%
/freebsd/contrib/libfido2/tools/
H A Dcred_verify.c74 (r = fido_cred_set_fmt(cred, fmt)) != FIDO_OK) in prepare_cred()
/freebsd/contrib/libfido2/examples/
H A Dcred.c95 r = fido_cred_set_fmt(cred, fmt); in verify_cred()
97 errx(1, "fido_cred_set_fmt: %s (0x%x)", fido_strerr(r), r); in verify_cred()
/freebsd/contrib/libfido2/man/
H A DCMakeLists.txt216 fido_cred_set_authdata fido_cred_set_fmt