Searched refs:rcon (Results 1 – 9 of 9) sorted by relevance
| /linux/arch/arm64/crypto/ |
| A D | aes-ce-glue.c | 80 static u8 const rcon[] = { in ce_aes_expandkey() local 98 for (i = 0; i < sizeof(rcon); i++) { in ce_aes_expandkey() 102 rko[0] = ror32(__aes_ce_sub(rki[kwords - 1]), 8) ^ rcon[i] ^ rki[0]; in ce_aes_expandkey()
|
| /linux/Documentation/devicetree/bindings/ata/ |
| A D | cortina,gemini-sata-bridge.txt | 46 resets = <&rcon 26>, <&rcon 27>;
|
| /linux/drivers/crypto/vmx/ |
| A D | aesp8-ppc.pl | 179 lvx $rcon,0,$ptr 206 vcipherlast $key,$key,$rcon 215 vadduwm $rcon,$rcon,$rcon 226 vcipherlast $key,$key,$rcon 235 vadduwm $rcon,$rcon,$rcon 243 vcipherlast $key,$key,$rcon 281 vcipherlast $key,$key,$rcon 293 vadduwm $rcon,$rcon,$rcon 304 vcipherlast $key,$key,$rcon 323 vadduwm $rcon,$rcon,$rcon [all …]
|
| /linux/arch/arm/crypto/ |
| A D | aes-ce-glue.c | 75 static u8 const rcon[] = { in ce_aes_expandkey() local 93 for (i = 0; i < sizeof(rcon); i++) { in ce_aes_expandkey() 98 rko[0] = rko[0] ^ rki[0] ^ rcon[i]; in ce_aes_expandkey()
|
| /linux/drivers/staging/r8188eu/core/ |
| A D | rtw_security.c | 679 u8 rcon; in next_key() local 691 rcon = rcon_table[round]; in next_key() 694 key[0] = key[0] ^ rcon; in next_key()
|
| /linux/drivers/staging/r8188eu/include/ |
| A D | rtw_security.h | 235 extern const u32 rcon[10];
|
| /linux/drivers/staging/rtl8712/ |
| A D | rtl871x_security.c | 763 u8 rcon; in next_key() local 774 rcon = rcon_table[round]; in next_key() 776 key[0] = key[0] ^ rcon; in next_key()
|
| /linux/ |
| A D | System.map | 56313 ffff800010f38e80 d rcon.0
|
| A D | .tmp_System.map | 56313 ffff800010f38e80 d rcon.0
|
Completed in 302 milliseconds