Home
last modified time | relevance | path

Searched refs:round_key (Results 1 – 20 of 20) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/rtl8712/
H A Drtl871x_security.c865 u8 round_key[16]; in aes128k128d() local
868 round_key[i] = key[i]; in aes128k128d()
871 xor_128(round_key, data, ciphertext); in aes128k128d()
872 next_key(round_key, round); in aes128k128d()
876 xor_128(intermediateb, round_key, ciphertext); in aes128k128d()
884 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
885 next_key(round_key, round); in aes128k128d()
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/core/
H A Drtw_security.c1075 u8 round_key[16]; in aes128k128d() local
1078 round_key[i] = key[i]; in aes128k128d()
1082 xor_128(round_key, data, ciphertext); in aes128k128d()
1083 next_key(round_key, round); in aes128k128d()
1087 xor_128(intermediateb, round_key, ciphertext); in aes128k128d()
1095 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
1096 next_key(round_key, round); in aes128k128d()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/
H A Drtw_security.c1182 u8 round_key[16]; in aes128k128d() local
1184 round_key[i] = key[i]; in aes128k128d()
1188 xor_128(round_key, data, ciphertext); in aes128k128d()
1189 next_key(round_key, round); in aes128k128d()
1193 xor_128(intermediateb, round_key, ciphertext); in aes128k128d()
1201 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
1202 next_key(round_key, round); in aes128k128d()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/
H A Drtw_security.c1182 u8 round_key[16]; in aes128k128d() local
1184 round_key[i] = key[i]; in aes128k128d()
1188 xor_128(round_key, data, ciphertext); in aes128k128d()
1189 next_key(round_key, round); in aes128k128d()
1193 xor_128(intermediateb, round_key, ciphertext); in aes128k128d()
1201 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
1202 next_key(round_key, round); in aes128k128d()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/
H A Drtw_security.c1182 u8 round_key[16]; in aes128k128d() local
1184 round_key[i] = key[i]; in aes128k128d()
1188 xor_128(round_key, data, ciphertext); in aes128k128d()
1189 next_key(round_key, round); in aes128k128d()
1193 xor_128(intermediateb, round_key, ciphertext); in aes128k128d()
1201 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
1202 next_key(round_key, round); in aes128k128d()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/
H A Drtw_security.c1182 u8 round_key[16]; in aes128k128d() local
1184 round_key[i] = key[i]; in aes128k128d()
1188 xor_128(round_key, data, ciphertext); in aes128k128d()
1189 next_key(round_key, round); in aes128k128d()
1193 xor_128(intermediateb, round_key, ciphertext); in aes128k128d()
1201 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
1202 next_key(round_key, round); in aes128k128d()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_security.c1100 u8 round_key[16]; in aes128k128d() local
1102 round_key[i] = key[i]; in aes128k128d()
1106 xor_128(round_key, data, ciphertext); in aes128k128d()
1107 next_key(round_key, round); in aes128k128d()
1111 xor_128(intermediateb, round_key, ciphertext); in aes128k128d()
1119 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
1120 next_key(round_key, round); in aes128k128d()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_security.c1100 u8 round_key[16]; in aes128k128d() local
1102 round_key[i] = key[i]; in aes128k128d()
1106 xor_128(round_key, data, ciphertext); in aes128k128d()
1107 next_key(round_key, round); in aes128k128d()
1111 xor_128(intermediateb, round_key, ciphertext); in aes128k128d()
1119 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
1120 next_key(round_key, round); in aes128k128d()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/
H A Drtw_security.c1182 u8 round_key[16]; in aes128k128d() local
1184 round_key[i] = key[i]; in aes128k128d()
1188 xor_128(round_key, data, ciphertext); in aes128k128d()
1189 next_key(round_key, round); in aes128k128d()
1193 xor_128(intermediateb, round_key, ciphertext); in aes128k128d()
1201 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
1202 next_key(round_key, round); in aes128k128d()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/
H A Drtw_security.c1183 u8 round_key[16]; in aes128k128d() local
1185 round_key[i] = key[i]; in aes128k128d()
1189 xor_128(round_key, data, ciphertext); in aes128k128d()
1190 next_key(round_key, round); in aes128k128d()
1194 xor_128(intermediateb, round_key, ciphertext); in aes128k128d()
1202 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
1203 next_key(round_key, round); in aes128k128d()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/
H A Drtw_security.c1182 u8 round_key[16]; in aes128k128d() local
1184 round_key[i] = key[i]; in aes128k128d()
1188 xor_128(round_key, data, ciphertext); in aes128k128d()
1189 next_key(round_key, round); in aes128k128d()
1193 xor_128(intermediateb, round_key, ciphertext); in aes128k128d()
1201 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
1202 next_key(round_key, round); in aes128k128d()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/
H A Drtw_security.c1183 u8 round_key[16]; in aes128k128d() local
1185 round_key[i] = key[i]; in aes128k128d()
1189 xor_128(round_key, data, ciphertext); in aes128k128d()
1190 next_key(round_key, round); in aes128k128d()
1194 xor_128(intermediateb, round_key, ciphertext); in aes128k128d()
1202 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
1203 next_key(round_key, round); in aes128k128d()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/core/
H A Drtw_security.c1233 u8 round_key[16]; in aes128k128d() local
1235 for(i=0; i<16; i++) round_key[i] = key[i]; in aes128k128d()
1241 xor_128(round_key, data, ciphertext); in aes128k128d()
1242 next_key(round_key, round); in aes128k128d()
1248 xor_128(intermediateb, round_key, ciphertext); in aes128k128d()
1258 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
1259 next_key(round_key, round); in aes128k128d()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/core/
H A Drtw_security.c1204 u8 round_key[16]; in aes128k128d() local
1207 round_key[i] = key[i]; in aes128k128d()
1211 xor_128(round_key, data, ciphertext); in aes128k128d()
1212 next_key(round_key, round); in aes128k128d()
1216 xor_128(intermediateb, round_key, ciphertext); in aes128k128d()
1224 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
1225 next_key(round_key, round); in aes128k128d()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/core/
H A Drtw_security.c1233 u8 round_key[16]; in aes128k128d() local
1235 for(i=0; i<16; i++) round_key[i] = key[i]; in aes128k128d()
1241 xor_128(round_key, data, ciphertext); in aes128k128d()
1242 next_key(round_key, round); in aes128k128d()
1248 xor_128(intermediateb, round_key, ciphertext); in aes128k128d()
1258 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
1259 next_key(round_key, round); in aes128k128d()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/
H A Drtw_security.c1138 u8 round_key[16]; in aes128k128d() local
1140 round_key[i] = key[i]; in aes128k128d()
1144 xor_128(round_key, data, ciphertext); in aes128k128d()
1145 next_key(round_key, round); in aes128k128d()
1149 xor_128(intermediateb, round_key, ciphertext); in aes128k128d()
1157 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
1158 next_key(round_key, round); in aes128k128d()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/
H A Drtw_security.c1132 u8 round_key[16]; in aes128k128d() local
1134 round_key[i] = key[i]; in aes128k128d()
1138 xor_128(round_key, data, ciphertext); in aes128k128d()
1139 next_key(round_key, round); in aes128k128d()
1143 xor_128(intermediateb, round_key, ciphertext); in aes128k128d()
1151 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
1152 next_key(round_key, round); in aes128k128d()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/
H A Drtw_security.c1132 u8 round_key[16]; in aes128k128d() local
1134 round_key[i] = key[i]; in aes128k128d()
1138 xor_128(round_key, data, ciphertext); in aes128k128d()
1139 next_key(round_key, round); in aes128k128d()
1143 xor_128(intermediateb, round_key, ciphertext); in aes128k128d()
1151 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
1152 next_key(round_key, round); in aes128k128d()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/
H A Drtw_security.c1131 u8 round_key[16]; in aes128k128d() local
1133 round_key[i] = key[i]; in aes128k128d()
1137 xor_128(round_key, data, ciphertext); in aes128k128d()
1138 next_key(round_key, round); in aes128k128d()
1142 xor_128(intermediateb, round_key, ciphertext); in aes128k128d()
1150 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
1151 next_key(round_key, round); in aes128k128d()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/
H A Drtw_security.c1132 u8 round_key[16]; in aes128k128d() local
1134 round_key[i] = key[i]; in aes128k128d()
1138 xor_128(round_key, data, ciphertext); in aes128k128d()
1139 next_key(round_key, round); in aes128k128d()
1143 xor_128(intermediateb, round_key, ciphertext); in aes128k128d()
1151 xor_128(intermediatea, round_key, ciphertext); in aes128k128d()
1152 next_key(round_key, round); in aes128k128d()