Home
last modified time | relevance | path

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

/drivers/staging/vt6655/
Daes_ccmp.c138 unsigned char rcon_table[10] = { 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80, 0x1b, 0x36}; in AddRoundKey() local
145 key[0] = key[0] ^ rcon_table[round]; in AddRoundKey()
/drivers/staging/vt6656/
Daes_ccmp.c134 BYTE rcon_table[10] = { 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80, 0x1b, 0x36}; in AddRoundKey() local
141 key[0] = key[0] ^ rcon_table[round]; in AddRoundKey()
/drivers/staging/rtl8712/
Drtl871x_security.c782 u8 rcon_table[12] = { in next_key() local
791 rcon = rcon_table[round]; in next_key()