Searched refs:gf_sqr (Results 1 – 1 of 1) sorted by relevance
369 static inline unsigned int gf_sqr(struct bch_control *bch, unsigned int a) in gf_sqr() function435 syn[2*j+1] = gf_sqr(bch, syn[j]); in compute_syndromes()655 if ((gf_sqr(bch, r)^r) == u) { in find_poly_deg2_roots()685 a = gf_sqr(bch, a2)^b2; /* a = a2^2 + b2 */ in find_poly_deg3_roots()884 z->c[2*j] = gf_sqr(bch, z->c[j]); in compute_trace_bk_mod()1203 y = gf_sqr(bch, x)^x; in build_deg2_base()