Searched refs:rcon (Results 1 – 4 of 4) sorted by relevance
| /arch/powerpc/crypto/ |
| A D | aesp10-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 …]
|
| A D | aesp8-ppc.pl | 180 lvx $rcon,0,$ptr 207 vcipherlast $key,$key,$rcon 216 vadduwm $rcon,$rcon,$rcon 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 305 vcipherlast $key,$key,$rcon 324 vadduwm $rcon,$rcon,$rcon [all …]
|
| /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()
|
| /arch/arm/crypto/ |
| A D | aes-ce-glue.c | 73 static u8 const rcon[] = { in ce_aes_expandkey() local 91 for (i = 0; i < sizeof(rcon); i++) { in ce_aes_expandkey() 96 rko[0] = rko[0] ^ rki[0] ^ rcon[i]; in ce_aes_expandkey()
|
Completed in 13 milliseconds