Searched refs:aes128k128d (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/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.4/drivers/staging/rtl8723bs/core/ |
| D | rtw_security.c | 954 static void aes128k128d(u8 *key, u8 *data, u8 *ciphertext); 1101 static void aes128k128d(u8 *key, u8 *data, u8 *ciphertext) in aes128k128d() function 1422 aes128k128d(key, mic_iv, aes_out); in aes_cipher() 1424 aes128k128d(key, chain_buffer, aes_out); in aes_cipher() 1426 aes128k128d(key, chain_buffer, aes_out); in aes_cipher() 1432 aes128k128d(key, chain_buffer, aes_out); in aes_cipher() 1443 aes128k128d(key, chain_buffer, aes_out); in aes_cipher() 1465 aes128k128d(key, ctr_preload, aes_out); in aes_cipher() 1489 aes128k128d(key, ctr_preload, aes_out); in aes_cipher() 1511 aes128k128d(key, ctr_preload, aes_out); in aes_cipher() [all …]
|
| /Linux-v5.4/drivers/staging/rtl8188eu/core/ |
| D | rtw_security.c | 788 static void aes128k128d(u8 *key, u8 *data, u8 *ciphertext); 924 static void aes128k128d(u8 *key, u8 *data, u8 *ciphertext) in aes128k128d() function 1149 aes128k128d(key, mic_iv, aes_out); in aes_cipher() 1151 aes128k128d(key, chain_buffer, aes_out); in aes_cipher() 1153 aes128k128d(key, chain_buffer, aes_out); in aes_cipher() 1159 aes128k128d(key, chain_buffer, aes_out); in aes_cipher() 1169 aes128k128d(key, chain_buffer, aes_out); in aes_cipher() 1182 aes128k128d(key, ctr_preload, aes_out); in aes_cipher() 1196 aes128k128d(key, ctr_preload, aes_out); in aes_cipher() 1209 aes128k128d(key, ctr_preload, aes_out); in aes_cipher()
|