Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8712/
Drtl871x_security.c879 static void aes128k128d(u8 *key, u8 *data, u8 *ciphertext) in aes128k128d() function
1097 aes128k128d(key, mic_iv, aes_out); in aes_cipher()
1099 aes128k128d(key, chain_buffer, aes_out); in aes_cipher()
1101 aes128k128d(key, chain_buffer, aes_out); in aes_cipher()
1105 aes128k128d(key, chain_buffer, aes_out); in aes_cipher()
1114 aes128k128d(key, chain_buffer, aes_out); in aes_cipher()
1125 aes128k128d(key, ctr_preload, aes_out); in aes_cipher()
1138 aes128k128d(key, ctr_preload, aes_out); in aes_cipher()
1150 aes128k128d(key, ctr_preload, aes_out); in aes_cipher()
1269 aes128k128d(key, ctr_preload, aes_out); in aes_decipher()
[all …]
/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_security.c968 static void aes128k128d(u8 *key, u8 *data, u8 *ciphertext) in aes128k128d() function
1206 aes128k128d(key, mic_iv, aes_out); in aes_cipher()
1208 aes128k128d(key, chain_buffer, aes_out); in aes_cipher()
1210 aes128k128d(key, chain_buffer, aes_out); in aes_cipher()
1216 aes128k128d(key, chain_buffer, aes_out); in aes_cipher()
1226 aes128k128d(key, chain_buffer, aes_out); in aes_cipher()
1240 aes128k128d(key, ctr_preload, aes_out); in aes_cipher()
1257 aes128k128d(key, ctr_preload, aes_out); in aes_cipher()
1272 aes128k128d(key, ctr_preload, aes_out); in aes_cipher()
1427 aes128k128d(key, ctr_preload, aes_out); in aes_decipher()
[all …]
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_security.c775 static void aes128k128d(u8 *key, u8 *data, u8 *ciphertext);
907 static void aes128k128d(u8 *key, u8 *data, u8 *ciphertext) in aes128k128d() function
1128 aes128k128d(key, mic_iv, aes_out); in aes_cipher()
1130 aes128k128d(key, chain_buffer, aes_out); in aes_cipher()
1132 aes128k128d(key, chain_buffer, aes_out); in aes_cipher()
1138 aes128k128d(key, chain_buffer, aes_out); in aes_cipher()
1148 aes128k128d(key, chain_buffer, aes_out); in aes_cipher()
1161 aes128k128d(key, ctr_preload, aes_out); in aes_cipher()
1175 aes128k128d(key, ctr_preload, aes_out); in aes_cipher()
1188 aes128k128d(key, ctr_preload, aes_out); in aes_cipher()
[all …]