Home
last modified time | relevance | path

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

/u-boot/lib/
A Dbch.c370 return bch->a_pow_tab[modulo(bch, i)]; in a_pow()
571 rows[i+1] = bch->a_pow_tab[4*i]^ in find_affine4_roots()
572 (a ? bch->a_pow_tab[mod_s(bch, k)] : 0)^ in find_affine4_roots()
784 c[p] ^= bch->a_pow_tab[mod_s(bch, in gf_poly_mod()
854 z->c[1] = bch->a_pow_tab[k]; in compute_trace_bk_mod()
1109 bch->a_pow_tab[i] = x; in build_gf_tables()
1118 bch->a_pow_tab[GF_N(bch)] = 1; in build_gf_tables()
1173 ak = bch->a_pow_tab[i]; in build_deg2_base()
1245 r = bch->a_pow_tab[i]; in compute_generator_polynomial()
1347 bch->a_pow_tab = bch_alloc((1+bch->n)*sizeof(*bch->a_pow_tab), &err); in init_bch()
[all …]
/u-boot/include/linux/
A Dbch.h44 uint16_t *a_pow_tab; member

Completed in 7 milliseconds