Searched refs:aes128k128d (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.10/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 859 static void aes128k128d(u8 *key, u8 *data, u8 *ciphertext) in aes128k128d() function 1078 aes128k128d(key, mic_iv, aes_out); in aes_cipher() 1080 aes128k128d(key, chain_buffer, aes_out); in aes_cipher() 1082 aes128k128d(key, chain_buffer, aes_out); in aes_cipher() 1086 aes128k128d(key, chain_buffer, aes_out); in aes_cipher() 1095 aes128k128d(key, chain_buffer, aes_out); in aes_cipher() 1106 aes128k128d(key, ctr_preload, aes_out); in aes_cipher() 1119 aes128k128d(key, ctr_preload, aes_out); in aes_cipher() 1131 aes128k128d(key, ctr_preload, aes_out); in aes_cipher() 1249 aes128k128d(key, ctr_preload, aes_out); in aes_decipher() [all …]
|
/Linux-v5.10/drivers/staging/rtl8723bs/core/ |
D | rtw_security.c | 922 static void aes128k128d(u8 *key, u8 *data, u8 *ciphertext); 1069 static void aes128k128d(u8 *key, u8 *data, u8 *ciphertext) in aes128k128d() function 1388 aes128k128d(key, mic_iv, aes_out); in aes_cipher() 1390 aes128k128d(key, chain_buffer, aes_out); in aes_cipher() 1392 aes128k128d(key, chain_buffer, aes_out); in aes_cipher() 1398 aes128k128d(key, chain_buffer, aes_out); in aes_cipher() 1409 aes128k128d(key, chain_buffer, aes_out); in aes_cipher() 1430 aes128k128d(key, ctr_preload, aes_out); in aes_cipher() 1454 aes128k128d(key, ctr_preload, aes_out); in aes_cipher() 1476 aes128k128d(key, ctr_preload, aes_out); in aes_cipher() [all …]
|