Home
last modified time | relevance | path

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

/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 …]
/drivers/staging/rtl8712/
Drtl871x_security.c763 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/
Drtw_security.h291 extern const u32 rcon[10];
/drivers/staging/rtl8723bs/core/
Drtw_security.c958 u8 rcon; in next_key() local
970 rcon = rcon_table[round]; in next_key()
973 key[0] = key[0] ^ rcon; in next_key()