Searched refs:fec_close (Results 1 – 3 of 3) sorted by relevance
93 extern int fec_close(struct fec_handle *f);120 using handle = std::unique_ptr<fec_handle, decltype(&fec_close)>;124 io() : handle_(nullptr, fec_close) {} in io()127 int roots = FEC_DEFAULT_ROOTS) : handle_(nullptr, fec_close) { in handle_() argument147 return !fec_close(handle_.release()); in close()
407 int fec_close(struct fec_handle *f) in fec_close() function524 fec::handle f(new (std::nothrow) fec_handle, fec_close); in fec_open()
607 fec_close(f); in compare_last_signature()881 fec_close(f); in fs_mgr_setup_verity()