Searched refs:construct_ctr_preload (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/rtl8188eu/core/ |
D | rtw_security.c | 767 static void construct_ctr_preload(u8 *ctr_preload, int a4_exists, int qc_exists, u8 *mpdu, u8 *pn_v… 1031 static void construct_ctr_preload(u8 *ctr_preload, int a4_exists, int qc_exists, u8 *mpdu, u8 *pn_v… in construct_ctr_preload() function 1160 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, pframe, pn_vector, i+1); in aes_cipher() 1169 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, pframe, pn_vector, num_blocks+1); in aes_cipher() 1181 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, pframe, pn_vector, 0); in aes_cipher() 1327 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, pframe, pn_vector, i+1); in aes_decipher() 1338 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, pframe, pn_vector, num_blocks+1); in aes_decipher() 1404 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, message, pn_vector, i+1); in aes_decipher() 1413 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, message, pn_vector, num_blocks+1); in aes_decipher() 1426 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, message, pn_vector, 0); in aes_decipher()
|
/linux-4.1.27/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 995 static void construct_ctr_preload(u8 *ctr_preload, sint a4_exists, sint qc_exists, in construct_ctr_preload() function 1117 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, in aes_cipher() 1126 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, in aes_cipher() 1138 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, in aes_cipher() 1260 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, in aes_decipher() 1269 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, in aes_decipher() 1323 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, in aes_decipher() 1332 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, in aes_decipher() 1344 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, message, in aes_decipher()
|
/linux-4.1.27/drivers/staging/rtl8723au/core/ |
D | rtw_security.c | 1101 static void construct_ctr_preload(u8 *ctr_preload, int a4_exists, int qc_exists, in construct_ctr_preload() function 1240 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, in aes_cipher() 1252 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, pframe, in aes_cipher() 1266 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, pframe, in aes_cipher() 1429 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, in aes_decipher() 1443 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, pframe, in aes_decipher() 1512 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, in aes_decipher() 1524 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, in aes_decipher() 1538 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, message, in aes_decipher()
|