Searched defs:fec_handle (Results 1 - 1 of 1) sorted by relevance

/system/extras/libfec/
H A Dfec_private.h99 struct fec_handle { struct
113 extern bool raw_pread(fec_handle *f, void *buf, size_t count,
115 extern bool raw_pwrite(fec_handle *f, const void *buf, size_t count,
119 typedef ssize_t (*read_func)(fec_handle *f, uint8_t *dest, size_t count,
122 extern ssize_t process(fec_handle *f, uint8_t *buf, size_t count,
129 extern int verity_parse_header(fec_handle *f, uint64_t offset);
131 extern bool verity_check_block(fec_handle *f, const uint8_t *expected,

Completed in 52 milliseconds