Home
last modified time | relevance | path

Searched refs:a_pow_tab (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/lib/
H A Dbch.c367 return bch->a_pow_tab[modulo(bch, i)]; in a_pow()
568 rows[i+1] = bch->a_pow_tab[4*i]^ in find_affine4_roots()
569 (a ? bch->a_pow_tab[mod_s(bch, k)] : 0)^ in find_affine4_roots()
781 c[p] ^= bch->a_pow_tab[mod_s(bch, in gf_poly_mod()
851 z->c[1] = bch->a_pow_tab[k]; in compute_trace_bk_mod()
1106 bch->a_pow_tab[i] = x; in build_gf_tables()
1115 bch->a_pow_tab[GF_N(bch)] = 1; in build_gf_tables()
1170 ak = bch->a_pow_tab[i]; in build_deg2_base()
1242 r = bch->a_pow_tab[i]; in compute_generator_polynomial()
1344 bch->a_pow_tab = bch_alloc((1+bch->n)*sizeof(*bch->a_pow_tab), &err); in init_bch()
[all …]
/openbmc/linux/lib/
H A Dbch.c354 return bch->a_pow_tab[modulo(bch, i)]; in a_pow()
555 rows[i+1] = bch->a_pow_tab[4*i]^ in find_affine4_roots()
556 (a ? bch->a_pow_tab[mod_s(bch, k)] : 0)^ in find_affine4_roots()
768 c[p] ^= bch->a_pow_tab[mod_s(bch, in gf_poly_mod()
838 z->c[1] = bch->a_pow_tab[k]; in compute_trace_bk_mod()
1096 bch->a_pow_tab[i] = x; in build_gf_tables()
1105 bch->a_pow_tab[GF_N(bch)] = 1; in build_gf_tables()
1160 ak = bch->a_pow_tab[i]; in build_deg2_base()
1232 r = bch->a_pow_tab[i]; in compute_generator_polynomial()
1342 bch->a_pow_tab = bch_alloc((1+bch->n)*sizeof(*bch->a_pow_tab), &err); in bch_init()
[all …]
/openbmc/u-boot/include/linux/
H A Dbch.h44 uint16_t *a_pow_tab; member
/openbmc/linux/include/linux/
H A Dbch.h45 uint16_t *a_pow_tab; member