Searched refs:construct_mic_iv (Results 1 – 2 of 2) sorted by relevance
/drivers/staging/rtl8188eu/core/ |
D | rtw_security.c | 758 static void construct_mic_iv(u8 *mic_header1, int qc_exists, int a4_exists, u8 *mpdu, uint payload_… 935 static void construct_mic_iv(u8 *mic_iv, int qc_exists, int a4_exists, u8 *mpdu, in construct_mic_iv() function 1110 construct_mic_iv(mic_iv, qc_exists, a4_exists, pframe, plen, pn_vector); in aes_cipher() 1354 construct_mic_iv(mic_iv, qc_exists, a4_exists, message, plen-8, pn_vector); in aes_decipher()
|
/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 914 static void construct_mic_iv(u8 *mic_iv, sint qc_exists, sint a4_exists, in construct_mic_iv() function 1089 construct_mic_iv(mic_iv, qc_exists, a4_exists, pframe, plen, pn_vector); in aes_cipher() 1295 construct_mic_iv(mic_iv, qc_exists, a4_exists, message, plen - 8, in aes_decipher()
|