Searched defs:a4_exists (Results 1 – 2 of 2) sorted by relevance
/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() 965 static void construct_mic_header2(u8 *mic_header2, u8 *mpdu, sint a4_exists, in construct_mic_header2() 1000 static void construct_ctr_preload(u8 *ctr_preload, sint a4_exists, sint qc_exists, in construct_ctr_preload() 1036 uint qc_exists, a4_exists, i, j, payload_remainder; in aes_cipher() local 1211 uint qc_exists, a4_exists, i, j, payload_remainder; in aes_decipher() local
|
/drivers/staging/rtl8188eu/core/ |
D | rtw_security.c | 935 static void construct_mic_iv(u8 *mic_iv, int qc_exists, int a4_exists, u8 *mpdu, in construct_mic_iv() 984 static void construct_mic_header2(u8 *mic_header2, u8 *mpdu, int a4_exists, int qc_exists) in construct_mic_header2() 1025 static void construct_ctr_preload(u8 *ctr_preload, int a4_exists, int qc_exists, u8 *mpdu, u8 *pn_v… in construct_ctr_preload() 1059 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_cipher() local 1256 uint qc_exists, a4_exists, i, j, payload_remainder, in aes_decipher() local
|