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