Searched refs:rcon (Results 1 – 4 of 4) sorted by relevance
/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 …]
|
/drivers/staging/rtl8712/ |
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()
|
/drivers/staging/rtl8723bs/include/ |
D | rtw_security.h | 291 extern const u32 rcon[10];
|
/drivers/staging/rtl8723bs/core/ |
D | rtw_security.c | 958 u8 rcon; in next_key() local 970 rcon = rcon_table[round]; in next_key() 973 key[0] = key[0] ^ rcon; in next_key()
|