Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libfido2/dist/src/fido/
H A Dtypes.h239 } fido_byte_array_t; typedef
264 fido_byte_array_t protocols; /* supported pin protocols */
/netbsd-src/external/bsd/libfido2/dist/src/
H A Dtypes.c35 fido_byte_array_free(fido_byte_array_t *ba) in fido_byte_array_free()
H A Dinfo.c113 fido_byte_array_t *p = arg; in decode_protocol()
130 decode_protocols(const cbor_item_t *item, fido_byte_array_t *p) in decode_protocols()
H A Dextern.h200 void fido_byte_array_free(fido_byte_array_t *);