Home
last modified time | relevance | path

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

/netbsd/external/bsd/libfido2/dist/src/fido/
H A Dtypes.h196 } fido_str_array_t; typedef
214 fido_str_array_t versions; /* supported versions: fido2|u2f */
215 fido_str_array_t extensions; /* list of supported extensions */
216 fido_str_array_t transports; /* list of supported transports */
/netbsd/external/bsd/libfido2/dist/src/
H A Dinfo.c12 fido_str_array_t *a = arg; in decode_string()
27 decode_string_array(const cbor_item_t *item, fido_str_array_t *v) in decode_string_array()
358 free_str_array(fido_str_array_t *sa) in free_str_array()
H A Dwinhello.c101 to_fido_str_array(fido_str_array_t *sa, const char **v, size_t n) in to_fido_str_array()