Searched refs:pow (Results 1 – 1 of 1) sorted by relevance
385 #define MUL(x,y) ( ( x && y ) ? pow[(log[x]+log[y]) % 255] : 0 )392 int pow[256]; in aes_gen_tables() local400 pow[i] = x; in aes_gen_tables()422 x = pow[255 - log[i]]; in aes_gen_tables()