Searched refs:gf_mul (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/lib/ |
D | bch.c | 334 static inline unsigned int gf_mul(struct bch_control *bch, unsigned int a, in gf_mul() function 460 d ^= gf_mul(bch, elp->c[j], syn[2*i+2-j]); in compute_error_locator_polynomial() 655 c = gf_mul(bch, a2, c2); /* c = a2c2 */ in find_poly_deg3_roots() 656 b = gf_mul(bch, a2, b2)^c2; /* b = a2b2 + c2 */ in find_poly_deg3_roots() 706 d = a_pow(bch, 2*l)^gf_mul(bch, b, f)^d; in find_poly_deg4_roots() 707 b = gf_mul(bch, a, e)^b; in find_poly_deg4_roots() 1238 g->c[j] = gf_mul(bch, g->c[j], r)^g->c[j-1]; in compute_generator_polynomial() 1240 g->c[0] = gf_mul(bch, g->c[0], r); in compute_generator_polynomial()
|