Lines Matching refs:column2
1506 uint32_t column0, column1, column2, column3; in aes_round() local
1517 column2 = T0[state->v8[8]] ^ T1[state->v8[13]] in aes_round()
1525 state->v32[2] = column2 ^ round_key->v32[2]; in aes_round()
1533 uint32_t column0, column1, column2, column3; in aes_inv_round() local
1544 column2 = U0[state->v8[8]] ^ U1[state->v8[5]] in aes_inv_round()
1552 state->v32[2] = column2 ^ round_key->v32[2]; in aes_inv_round()
1634 uint32_t column0, column1, column2, column3; in aes_round() local
1645 column2 = T0[state->v32[2] >> 24] ^ T1[(state->v32[3] >> 16) & 0xff] in aes_round()
1657 column2 = T0[state->v32[2] & 0xff] ^ T1[(state->v32[3] >> 8) & 0xff] in aes_round()
1666 state->v32[2] = column2 ^ round_key->v32[2]; in aes_round()
1673 uint32_t column0, column1, column2, column3; in aes_inv_round() local
1686 column2 = U0[state->v32[2] >> 24] ^ U1[(state->v32[1] >> 16) & 0xff] in aes_inv_round()
1698 column2 = U0[state->v32[2] & 0xff] ^ U1[(state->v32[3] >> 8) & 0xff] in aes_inv_round()
1707 state->v32[2] = column2 ^ round_key->v32[2]; in aes_inv_round()
1786 uint32_t column0, column1, column2, column3; in aes_round() local
1797 column2 = T0[state->v8[8]] ^ T1[state->v8[13]] in aes_round()
1805 state->v32[2] = column2 ^ round_key->v32[2]; in aes_round()
1813 uint32_t column0, column1, column2, column3; in aes_inv_round() local
1824 column2 = U0[state->v8[8]] ^ U1[state->v8[13]] in aes_inv_round()
1832 state->v32[2] = column2 ^ round_key->v32[2]; in aes_inv_round()