Searched refs:aes128k128d (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 874 static void aes128k128d(u8 *key, u8 *data, u8 *ciphertext) in aes128k128d() function 1091 aes128k128d(key, mic_iv, aes_out); in aes_cipher() 1093 aes128k128d(key, chain_buffer, aes_out); in aes_cipher() 1095 aes128k128d(key, chain_buffer, aes_out); in aes_cipher() 1099 aes128k128d(key, chain_buffer, aes_out); in aes_cipher() 1108 aes128k128d(key, chain_buffer, aes_out); in aes_cipher() 1119 aes128k128d(key, ctr_preload, aes_out); in aes_cipher() 1132 aes128k128d(key, ctr_preload, aes_out); in aes_cipher() 1144 aes128k128d(key, ctr_preload, aes_out); in aes_cipher() 1262 aes128k128d(key, ctr_preload, aes_out); in aes_decipher() [all …]
|
/linux-4.1.27/drivers/staging/rtl8723au/core/ |
D | rtw_security.c | 970 static void aes128k128d(u8 *key, u8 *data, u8 *ciphertext) in aes128k128d() function 1208 aes128k128d(key, mic_iv, aes_out); in aes_cipher() 1210 aes128k128d(key, chain_buffer, aes_out); in aes_cipher() 1212 aes128k128d(key, chain_buffer, aes_out); in aes_cipher() 1218 aes128k128d(key, chain_buffer, aes_out); in aes_cipher() 1228 aes128k128d(key, chain_buffer, aes_out); in aes_cipher() 1242 aes128k128d(key, ctr_preload, aes_out); in aes_cipher() 1259 aes128k128d(key, ctr_preload, aes_out); in aes_cipher() 1274 aes128k128d(key, ctr_preload, aes_out); in aes_cipher() 1432 aes128k128d(key, ctr_preload, aes_out); in aes_decipher() [all …]
|
/linux-4.1.27/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 …]
|