Home
last modified time | relevance | path

Searched refs:fido_assert_authdata_ptr (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/bsd/libfido2/dist/src/
H A Dexport.gnu22 fido_assert_authdata_ptr;
H A Dexport.msvc21 fido_assert_authdata_ptr
H A Dfido.h82 const unsigned char *fido_assert_authdata_ptr(const fido_assert_t *, size_t);
H A Dassert.c832 fido_assert_authdata_ptr(const fido_assert_t *assert, size_t idx) in fido_assert_authdata_ptr() function
/netbsd-src/external/bsd/libfido2/dist/fuzz/
H A Dexport.gnu22 fido_assert_authdata_ptr;
H A Dfuzz_assert.c466 fido_assert_authdata_ptr(assert, i), in test()
H A Dfunctions.txt42 fido_assert_authdata_ptr 4 0 100.00% 5 0 100.00%
/netbsd-src/external/bsd/libfido2/dist/examples/
H A Dassert.c327 verify_assert(type, fido_assert_authdata_ptr(assert, 0), in main()
/netbsd-src/external/bsd/libfido2/dist/tools/
H A Dassert_get.c168 r |= base64_encode(fido_assert_authdata_ptr(assert, idx), in print_assert()
/netbsd-src/external/bsd/libfido2/dist/man/
H A DCMakeLists.txt64 fido_assert_new fido_assert_authdata_ptr
/netbsd-src/external/bsd/libfido2/dist/regress/
H A Dassert.c232 assert(fido_assert_authdata_ptr(a, idx) == NULL); in empty_assert()