Searched refs:bch_control (Results 1 – 1 of 1) sorted by relevance
37 struct bch_control { struct56 struct bch_control *init_bch(int m, int t, unsigned int prim_poly); argument58 void free_bch(struct bch_control *bch);60 void encode_bch(struct bch_control *bch, const uint8_t *data,63 int decode_bch(struct bch_control *bch, const uint8_t *data, unsigned int len,
Completed in 6 milliseconds