Searched refs:rcon_table (Results 1 – 3 of 3) sorted by relevance
/drivers/staging/vt6655/ |
D | aes_ccmp.c | 138 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/ |
D | aes_ccmp.c | 134 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/ |
D | rtl871x_security.c | 782 u8 rcon_table[12] = { in next_key() local 791 rcon = rcon_table[round]; in next_key()
|