Searched refs:construct_mic_header2 (Results 1 – 2 of 2) sorted by relevance
/drivers/staging/rtl8188eu/core/ |
D | rtw_security.c | 760 static void construct_mic_header2(u8 *mic_header2, u8 *mpdu, int a4_exists, int qc_exists); 984 static void construct_mic_header2(u8 *mic_header2, u8 *mpdu, int a4_exists, int qc_exists) in construct_mic_header2() function 1113 construct_mic_header2(mic_header2, pframe, a4_exists, qc_exists); in aes_cipher() 1357 construct_mic_header2(mic_header2, message, a4_exists, qc_exists); in aes_decipher()
|
/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 965 static void construct_mic_header2(u8 *mic_header2, u8 *mpdu, sint a4_exists, in construct_mic_header2() function 1091 construct_mic_header2(mic_header2, pframe, a4_exists, qc_exists); in aes_cipher() 1298 construct_mic_header2(mic_header2, message, a4_exists, qc_exists); in aes_decipher()
|