Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libfido2/dist/src/fido/
H A Dtypes.h244 } fido_algo_t; typedef
247 fido_algo_t *ptr;
/netbsd-src/external/bsd/libfido2/dist/src/
H A Dtypes.c44 fido_algo_free(fido_algo_t *a) in fido_algo_free()
H A Dinfo.c157 fido_algo_t *alg = arg; in decode_algorithm_entry()
226 aa->ptr = calloc(cbor_array_size(item), sizeof(fido_algo_t)); in decode_algorithms()
H A Dextern.h204 void fido_algo_free(fido_algo_t *);