Home
last modified time | relevance | path

Searched defs:read_fn (Results 1 – 3 of 3) sorted by relevance

/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()
/third_party/fsverity-utils/programs/
Dtest_compute_digest.c24 static int read_fn(void *fd, void *buf, size_t count) in read_fn() function
/third_party/libbpf/src/
Dbpf_core_read.h316 #define ___read(read_fn, dst, src_type, src, accessor) \ argument