Home
last modified time | relevance | path

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

/freebsd/contrib/libfido2/src/
H A Dhid_hidapi.c28 fido_wcslen(const wchar_t *wcs) in fido_wcslen() function
42 if (wcs == NULL || (cs = calloc(fido_wcslen(wcs) + 1, 1)) == NULL) in wcs_to_cs()
45 for (i = 0; i < fido_wcslen(wcs); i++) { in wcs_to_cs()