Searched refs:aes128k128d (Results 1 – 2 of 2) sorted by relevance
/linux-6.6.21/drivers/staging/rtl8723bs/core/ |
D | rtw_security.c | 669 static void aes128k128d(u8 *key, u8 *data, u8 *ciphertext); 677 static void aes128k128d(u8 *key, u8 *data, u8 *ciphertext) in aes128k128d() function 952 aes128k128d(key, mic_iv, aes_out); in aes_cipher() 954 aes128k128d(key, chain_buffer, aes_out); in aes_cipher() 956 aes128k128d(key, chain_buffer, aes_out); in aes_cipher() 962 aes128k128d(key, chain_buffer, aes_out); in aes_cipher() 973 aes128k128d(key, chain_buffer, aes_out); in aes_cipher() 988 aes128k128d(key, ctr_preload, aes_out); in aes_cipher() 1006 aes128k128d(key, ctr_preload, aes_out); in aes_cipher() 1022 aes128k128d(key, ctr_preload, aes_out); in aes_cipher() [all …]
|
/linux-6.6.21/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 858 static void aes128k128d(u8 *key, u8 *data, u8 *ciphertext) in aes128k128d() function 1077 aes128k128d(key, mic_iv, aes_out); in aes_cipher() 1079 aes128k128d(key, chain_buffer, aes_out); in aes_cipher() 1081 aes128k128d(key, chain_buffer, aes_out); in aes_cipher() 1085 aes128k128d(key, chain_buffer, aes_out); in aes_cipher() 1094 aes128k128d(key, chain_buffer, aes_out); in aes_cipher() 1105 aes128k128d(key, ctr_preload, aes_out); in aes_cipher() 1118 aes128k128d(key, ctr_preload, aes_out); in aes_cipher() 1130 aes128k128d(key, ctr_preload, aes_out); in aes_cipher() 1248 aes128k128d(key, ctr_preload, aes_out); in aes_decipher() [all …]
|