Searched refs:fido_to_uint64 (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/bsd/libfido2/dist/src/
H A Dutil.c15 fido_to_uint64(const char *str, int base, uint64_t *out) function
H A Dnfc_linux.c87 fido_to_uint64(str, 16, &id) == 0 && id <= UINT16_MAX)
91 fido_to_uint64(str, 16, &id) == 0 && id <= UINT16_MAX)
122 fido_to_uint64(str, 10, &idx64) == 0 && idx64 < INT_MAX)
H A Dextern.h220 int fido_to_uint64(const char *, int, uint64_t *);
H A Dpcsc.c83 fido_to_uint64(path + strlen(prefix), 10, &n) < 0 ||
H A Dhid_osx.c386 if (fido_to_uint64(path + strlen(IOREG), 10, &id) == -1) {
387 fido_log_debug("%s: fido_to_uint64", __func__);

Completed in 185 milliseconds