Searched refs:gf_mul (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/lib/ |
A D | bch.c | 362 static inline unsigned int gf_mul(struct bch_control *bch, unsigned int a, in gf_mul() function 488 d ^= gf_mul(bch, elp->c[j], syn[2*i+2-j]); in compute_error_locator_polynomial() 683 c = gf_mul(bch, a2, c2); /* c = a2c2 */ in find_poly_deg3_roots() 684 b = gf_mul(bch, a2, b2)^c2; /* b = a2b2 + c2 */ in find_poly_deg3_roots() 734 d = a_pow(bch, 2*l)^gf_mul(bch, b, f)^d; in find_poly_deg4_roots() 735 b = gf_mul(bch, a, e)^b; in find_poly_deg4_roots() 1269 g->c[j] = gf_mul(bch, g->c[j], r)^g->c[j-1]; in compute_generator_polynomial() 1271 g->c[0] = gf_mul(bch, g->c[0], r); in compute_generator_polynomial()
|
Completed in 6 milliseconds