Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libfido2/dist/tools/
H A Dlargeblob.c198 const char *cred_id64, const char *blobf) in blob_set() argument
209 if (read_file(blobf, &blob.ptr, &blob.len) < 0 || in blob_set()
238 const char *cred_id64, const char *blobf) in blob_get() argument
256 if (write_file(blobf, blob.ptr, blob.len) < 0) in blob_get()