Searched refs:construct_mic_iv (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/rtl8188eu/core/ |
D | rtw_security.c | 764 static void construct_mic_iv(u8 *mic_header1, int qc_exists, int a4_exists, u8 *mpdu, uint payload_… 941 static void construct_mic_iv(u8 *mic_iv, int qc_exists, int a4_exists, u8 *mpdu, in construct_mic_iv() function 1116 construct_mic_iv(mic_iv, qc_exists, a4_exists, pframe, plen, pn_vector); in aes_cipher() 1360 construct_mic_iv(mic_iv, qc_exists, a4_exists, message, plen-8, pn_vector); in aes_decipher()
|
/linux-4.1.27/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 909 static void construct_mic_iv(u8 *mic_iv, sint qc_exists, sint a4_exists, in construct_mic_iv() function 1083 construct_mic_iv(mic_iv, qc_exists, a4_exists, pframe, plen, pn_vector); in aes_cipher() 1288 construct_mic_iv(mic_iv, qc_exists, a4_exists, message, plen-8, in aes_decipher()
|
/linux-4.1.27/drivers/staging/rtl8723au/core/ |
D | rtw_security.c | 1007 static void construct_mic_iv(u8 *mic_iv, int qc_exists, int a4_exists, u8 *mpdu, in construct_mic_iv() function 1196 construct_mic_iv(mic_iv, qc_exists, a4_exists, pframe, plen, pn_vector); in aes_cipher() 1467 construct_mic_iv(mic_iv, qc_exists, a4_exists, message, in aes_decipher()
|