Searched refs:rcon (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/arch/arm64/crypto/ |
D | aes-ce-glue.c | 85 static u8 const rcon[] = { in ce_aes_expandkey() local 103 for (i = 0; i < sizeof(rcon); i++) { in ce_aes_expandkey() 107 rko[0] = ror32(__aes_ce_sub(rki[kwords - 1]), 8) ^ rcon[i] ^ rki[0]; in ce_aes_expandkey()
|
/Linux-v4.19/Documentation/devicetree/bindings/ata/ |
D | cortina,gemini-sata-bridge.txt | 46 resets = <&rcon 26>, <&rcon 27>;
|
/Linux-v4.19/arch/arm/crypto/ |
D | aes-ce-glue.c | 71 static u8 const rcon[] = { in ce_aes_expandkey() local 88 for (i = 0; i < sizeof(rcon); i++) { in ce_aes_expandkey() 94 rko[0] = rko[0] ^ rki[0] ^ rcon[i]; in ce_aes_expandkey() 97 rko[0] = rko[0] ^ rki[0] ^ (rcon[i] << 24); in ce_aes_expandkey()
|
/Linux-v4.19/drivers/crypto/vmx/ |
D | aesp8-ppc.pl | 121 my ($zero,$in0,$in1,$key,$rcon,$mask,$tmp)=map("v$_",(0..6)); 179 lvx $rcon,0,$ptr 206 vcipherlast $key,$key,$rcon 215 vadduwm $rcon,$rcon,$rcon 219 lvx $rcon,0,$ptr # last two round keys 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 [all …]
|
/Linux-v4.19/arch/x86/include/asm/ |
D | inst.h | 236 .macro AESKEYGENASSIST rcon xmm1 xmm2 243 .byte \rcon
|
/Linux-v4.19/drivers/staging/rtl8188eu/include/ |
D | rtw_security.h | 240 extern const u32 rcon[10];
|
/Linux-v4.19/drivers/staging/rtl8188eu/core/ |
D | rtw_security.c | 819 u8 rcon; in next_key() local 831 rcon = rcon_table[round]; in next_key() 834 key[0] = key[0] ^ rcon; in next_key()
|
/Linux-v4.19/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 783 u8 rcon; in next_key() local 794 rcon = rcon_table[round]; in next_key() 796 key[0] = key[0] ^ rcon; in next_key()
|
/Linux-v4.19/drivers/staging/rtl8723bs/include/ |
D | rtw_security.h | 294 extern const u32 rcon[10];
|
/Linux-v4.19/drivers/staging/rtl8723bs/core/ |
D | rtw_security.c | 990 u8 rcon; in next_key() local 1002 rcon = rcon_table[round]; in next_key() 1005 key[0] = key[0] ^ rcon; in next_key()
|