Home
last modified time | relevance | path

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

/linux/arch/powerpc/crypto/
H A 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 …]
H A Daesp8-ppc.pl121 my ($zero,$in0,$in1,$key,$rcon,$mask,$tmp)=map("v$_",(0..6));
180 lvx $rcon,0,$ptr
207 vcipherlast $key,$key,$rcon
216 vadduwm $rcon,$rcon,$rcon
220 lvx $rcon,0,$ptr # last two round keys
227 vcipherlast $key,$key,$rcon
236 vadduwm $rcon,$rcon,$rcon
244 vcipherlast $key,$key,$rcon
282 vcipherlast $key,$key,$rcon
294 vadduwm $rcon,$rcon,$rcon
[all …]
/linux/arch/arm64/crypto/
H A Daes-ce-glue.c78 static u8 const rcon[] = { in ce_aes_expandkey() local
96 for (i = 0; i < sizeof(rcon); i++) { in ce_aes_expandkey()
101 rcon[i] ^ rki[0]; in ce_aes_expandkey()