Searched refs:get_assert (Results 1 – 2 of 2) sorted by relevance
| /freebsd-src/contrib/libfido2/tools/ |
| H A D | test.sh | 40 get_assert() { function 115 get_assert no.tld "-u" u2f-cred /dev/null u2f-assert 116 ! get_assert no.tld "-u -t up=false" u2f-cred /dev/null /dev/null 122 get_assert no.tld "--" wrap-cred /dev/null wrap-assert 124 get_assert no.tld "-t pin=true" wrap-cred /dev/null wrap-assert 127 get_assert no.tld "-t pin=false" wrap-cred /dev/null wrap-assert 129 get_assert no.tld "-t up=true" wrap-cred /dev/null wrap-assert 131 get_assert no.tld "-t up=true -t pin=true" wrap-cred /dev/null wrap-assert 136 get_assert no.tld "-t up=true -t pin=false" wrap-cred /dev/null wrap-assert 139 get_assert no.tld "-t up=false" wrap-cred /dev/null wrap-assert [all …]
|
| /freebsd-src/contrib/libfido2/fuzz/ |
| H A D | fuzz_assert.c | 206 get_assert(fido_assert_t *assert, uint8_t opt, const struct blob *cdh, in get_assert() function 457 get_assert(assert, p->opt, &p->cdh, p->rp_id, p->ext, p->up, p->uv, in test()
|