Home
last modified time | relevance | path

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

/src/contrib/libfido2/tools/
H A Dextern.h55 int bio_set_name(const char *, const char *, const char *);
H A Dbio.c77 bio_set_name(const char *path, const char *id, const char *name) in bio_set_name() function
H A Dtoken.c580 return (bio_set_name(path, id, name)); in token_set()