Home
last modified time | relevance | path

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

/linux-6.6.21/arch/powerpc/crypto/
Daesp10-ppc.pl121 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-6.6.21/arch/arm64/crypto/
Daes-ce-glue.c80 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-6.6.21/Documentation/devicetree/bindings/ata/
Dcortina,gemini-sata-bridge.yaml98 resets = <&rcon 26>, <&rcon 27>;
/linux-6.6.21/drivers/crypto/vmx/
Daesp8-ppc.pl121 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-6.6.21/arch/arm/crypto/
Daes-ce-glue.c75 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-6.6.21/drivers/staging/rtl8712/
Drtl871x_security.c762 u8 rcon; in next_key() local
773 rcon = rcon_table[round]; in next_key()
775 key[0] = key[0] ^ rcon; in next_key()