Lines Matching refs:alpha_to
137 u16 *alpha_to; member
204 gf_tables->alpha_to[i] = x; in atmel_pmecc_build_gf_tables()
213 gf_tables->alpha_to[nn] = 1; in atmel_pmecc_build_gf_tables()
242 gf_tables->alpha_to = (void *)(gf_tables + 1); in atmel_pmecc_create_gf_tables()
243 gf_tables->index_of = gf_tables->alpha_to + table_size; in atmel_pmecc_create_gf_tables()
451 s16 *alpha_to = user->gf_tables->alpha_to; in atmel_pmecc_substitute() local
470 si[i] = alpha_to[i * j] ^ si[i]; in atmel_pmecc_substitute()
482 si[i] = alpha_to[tmp]; in atmel_pmecc_substitute()
499 s16 *alpha_to = user->gf_tables->alpha_to; in atmel_pmecc_get_sigma() local
607 a = alpha_to[tmp % cw_len]; in atmel_pmecc_get_sigma()
635 dmu[i + 1] = alpha_to[tmp] ^ dmu[i + 1]; in atmel_pmecc_get_sigma()