Searched refs:fido_cred_set_id (Results 1 – 11 of 11) sorted by relevance
/freebsd/contrib/libfido2/src/ |
H A D | export.gnu | 179 fido_cred_set_id;
|
H A D | export.msvc | 178 fido_cred_set_id
|
H A D | fido.h | 161 int fido_cred_set_id(fido_cred_t *, const unsigned char *, size_t);
|
H A D | cred.c | 680 fido_cred_set_id(fido_cred_t *cred, const unsigned char *ptr, size_t len) in fido_cred_set_id() function
|
/freebsd/contrib/libfido2/fuzz/ |
H A D | export.gnu | 176 fido_cred_set_id;
|
H A D | fuzz_credman.c | 359 r0 = fido_cred_set_id(cred, p->cred_id.body, p->cred_id.len); in set_rk()
|
H A D | fuzz_cred.c | 428 fido_cred_set_id(cred, p->user_id.body, p->user_id.len); in test_misc()
|
H A D | functions.txt | 276 fido_cred_set_id 6 0 100.00% 5 0 100.00%
|
/freebsd/contrib/libfido2/tools/ |
H A D | credman.c | 299 if ((r = fido_cred_set_id(cred, cred_id_ptr, cred_id_len)) != FIDO_OK) { in credman_update_rk()
|
/freebsd/contrib/libfido2/ |
H A D | NEWS | 101 - fido_cred_set_id;
|
/freebsd/contrib/libfido2/man/ |
H A D | CMakeLists.txt | 217 fido_cred_set_authdata fido_cred_set_id
|