Home
last modified time | relevance | path

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

/freebsd/contrib/libfido2/examples/
H A Dextern.h20 int read_blob(const char *, unsigned char **, size_t *);
H A Dassert.c210 if (read_blob(optarg, &body, &len) < 0) in main()
231 if (read_blob(optarg, &body, &len) < 0) in main()
H A Dcred.c190 if (read_blob(optarg, &body, &len) < 0) in main()
191 errx(1, "read_blob: %s", optarg); in main()
H A Dutil.c81 read_blob(const char *path, unsigned char **ptr, size_t *len) in read_blob() function