Searched refs:construct_mic_header2 (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/rtl8723au/core/ |
D | rtw_security.c | 833 static void construct_mic_header2(u8 *mic_header2, u8 *mpdu, int a4_exists, 1058 static void construct_mic_header2(u8 *mic_header2, u8 *mpdu, int a4_exists, in construct_mic_header2() function 1199 construct_mic_header2(mic_header2, pframe, a4_exists, qc_exists); in aes_cipher() 1471 construct_mic_header2(mic_header2, message, a4_exists, qc_exists); in aes_decipher()
|
/linux-4.1.27/drivers/staging/rtl8188eu/core/ |
D | rtw_security.c | 766 static void construct_mic_header2(u8 *mic_header2, u8 *mpdu, int a4_exists, int qc_exists); 990 static void construct_mic_header2(u8 *mic_header2, u8 *mpdu, int a4_exists, int qc_exists) in construct_mic_header2() function 1119 construct_mic_header2(mic_header2, pframe, a4_exists, qc_exists); in aes_cipher() 1363 construct_mic_header2(mic_header2, message, a4_exists, qc_exists); in aes_decipher()
|
/linux-4.1.27/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 960 static void construct_mic_header2(u8 *mic_header2, u8 *mpdu, sint a4_exists, in construct_mic_header2() function 1085 construct_mic_header2(mic_header2, pframe, a4_exists, qc_exists); in aes_cipher() 1291 construct_mic_header2(mic_header2, message, a4_exists, qc_exists); in aes_decipher()
|