Home
last modified time | relevance | path

Searched refs:column2 (Results 1 – 1 of 1) sorted by relevance

/external/srtp/crypto/cipher/
Daes.c1506 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()
[all …]