Searched refs:aes128k128d (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 879 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/ |
D | rtw_security.c | 968 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/ |
D | rtw_security.c | 775 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 …]
|