Lines Matching refs:column1
1506 uint32_t column0, column1, column2, column3; in aes_round() local
1514 column1 = T0[state->v8[4]] ^ T1[state->v8[9]] in aes_round()
1524 state->v32[1] = column1 ^ round_key->v32[1]; in aes_round()
1533 uint32_t column0, column1, column2, column3; in aes_inv_round() local
1541 column1 = U0[state->v8[4]] ^ U1[state->v8[1]] in aes_inv_round()
1551 state->v32[1] = column1 ^ round_key->v32[1]; in aes_inv_round()
1634 uint32_t column0, column1, column2, column3; in aes_round() local
1642 column1 = T0[state->v32[1] >> 24] ^ T1[(state->v32[2] >> 16) & 0xff] in aes_round()
1654 column1 = T0[state->v32[1] & 0xff] ^ T1[(state->v32[2] >> 8) & 0xff] in aes_round()
1665 state->v32[1] = column1 ^ round_key->v32[1]; in aes_round()
1673 uint32_t column0, column1, column2, column3; in aes_inv_round() local
1683 column1 = U0[state->v32[1] >> 24] ^ U1[(state->v32[0] >> 16) & 0xff] in aes_inv_round()
1695 column1 = U0[state->v32[1] & 0xff] ^ U1[(state->v32[2] >> 8) & 0xff] in aes_inv_round()
1706 state->v32[1] = column1 ^ round_key->v32[1]; in aes_inv_round()
1786 uint32_t column0, column1, column2, column3; in aes_round() local
1794 column1 = T0[state->v8[4]] ^ T1[state->v8[9]] in aes_round()
1804 state->v32[1] = column1 ^ round_key->v32[1]; in aes_round()
1813 uint32_t column0, column1, column2, column3; in aes_inv_round() local
1821 column1 = U0[state->v8[4]] ^ U1[state->v8[9]] in aes_inv_round()
1831 state->v32[1] = column1 ^ round_key->v32[1]; in aes_inv_round()