Searched refs:aes128k128d (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/staging/rtl8723bs/core/ |
H A D | rtw_security.c | 668 static void aes128k128d(u8 *key, u8 *data, u8 *ciphertext); 676 static void aes128k128d(u8 *key, u8 *data, u8 *ciphertext) in aes128k128d() function 951 aes128k128d(key, mic_iv, aes_out); in aes_cipher() 953 aes128k128d(key, chain_buffer, aes_out); in aes_cipher() 955 aes128k128d(key, chain_buffer, aes_out); in aes_cipher() 961 aes128k128d(key, chain_buffer, aes_out); in aes_cipher() 972 aes128k128d(key, chain_buffer, aes_out); in aes_cipher() 987 aes128k128d(key, ctr_preload, aes_out); in aes_cipher() 1005 aes128k128d(key, ctr_preload, aes_out); in aes_cipher() 1021 aes128k128d(key, ctr_preload, aes_out); in aes_cipher() [all …]
|