Home
last modified time | relevance | path

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

/third_party/fsverity-utils/include/
Dlibfsverity.h164 typedef int (*libfsverity_read_fn_t)(void *fd, void *buf, size_t count); typedef
184 libfsverity_compute_digest(void *fd, libfsverity_read_fn_t read_fn,
/third_party/fsverity-utils/lib/
Dcompute_digest.c103 static int compute_root_hash(void *fd, libfsverity_read_fn_t read_fn, in compute_root_hash()
235 libfsverity_compute_digest(void *fd, libfsverity_read_fn_t read_fn, in libfsverity_compute_digest()