Lines Matching refs:column1

1679     uint32_t column0, column1, column2, column3;  in aes_round()  local
1687 column1 = T0[state->v8[4]] ^ T1[state->v8[9]] ^ T2[state->v8[14]] ^ in aes_round()
1697 state->v32[1] = column1 ^ round_key->v32[1]; in aes_round()
1704 uint32_t column0, column1, column2, column3; in aes_inv_round() local
1712 column1 = U0[state->v8[4]] ^ U1[state->v8[1]] ^ U2[state->v8[14]] ^ in aes_inv_round()
1722 state->v32[1] = column1 ^ round_key->v32[1]; in aes_inv_round()
1803 uint32_t column0, column1, column2, column3; in aes_round() local
1811 column1 = T0[state->v32[1] >> 24] ^ T1[(state->v32[2] >> 16) & 0xff] ^ in aes_round()
1823 column1 = T0[state->v32[1] & 0xff] ^ T1[(state->v32[2] >> 8) & 0xff] ^ in aes_round()
1834 state->v32[1] = column1 ^ round_key->v32[1]; in aes_round()
1841 uint32_t column0, column1, column2, column3; in aes_inv_round() local
1850 column1 = U0[state->v32[1] >> 24] ^ U1[(state->v32[0] >> 16) & 0xff] ^ in aes_inv_round()
1863 column1 = U0[state->v32[1] & 0xff] ^ U1[(state->v32[0] >> 8) & 0xff] ^ in aes_inv_round()
1877 state->v32[1] = column1 ^ round_key->v32[1]; in aes_inv_round()
2010 uint32_t column0, column1, column2, column3; in aes_round() local
2017 column1 = T0[state->v8[4]] ^ T1[state->v8[9]] ^ T2[state->v8[14]] ^ in aes_round()
2027 state->v32[1] = column1 ^ round_key->v32[1]; in aes_round()
2034 uint32_t column0, column1, column2, column3; in aes_inv_round() local
2042 column1 = U0[state->v8[4]] ^ U1[state->v8[9]] ^ U2[state->v8[14]] ^ in aes_inv_round()
2052 state->v32[1] = column1 ^ round_key->v32[1]; in aes_inv_round()