Searched refs:construct_ctr_preload (Results  1 – 3 of 3) sorted by relevance
| /linux-4.4.14/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.4.14/drivers/staging/rtl8712/ | 
| D | rtl871x_security.c | 1000 static void construct_ctr_preload(u8 *ctr_preload, sint a4_exists, sint qc_exists,  in construct_ctr_preload()  function 1123 		construct_ctr_preload(ctr_preload, a4_exists, qc_exists,  in aes_cipher() 1132 		construct_ctr_preload(ctr_preload, a4_exists, qc_exists,  in aes_cipher() 1144 	construct_ctr_preload(ctr_preload, a4_exists, qc_exists,  in aes_cipher() 1267 		construct_ctr_preload(ctr_preload, a4_exists, qc_exists,  in aes_decipher() 1276 		construct_ctr_preload(ctr_preload, a4_exists, qc_exists,  in aes_decipher() 1330 		construct_ctr_preload(ctr_preload, a4_exists, qc_exists,  in aes_decipher() 1339 		construct_ctr_preload(ctr_preload, a4_exists, qc_exists,  in aes_decipher() 1351 	construct_ctr_preload(ctr_preload, a4_exists, qc_exists, message,  in aes_decipher()
  | 
| /linux-4.4.14/drivers/staging/rtl8723au/core/ | 
| D | rtw_security.c | 1099 static void construct_ctr_preload(u8 *ctr_preload, int a4_exists, int qc_exists,  in construct_ctr_preload()  function 1238 		construct_ctr_preload(ctr_preload, a4_exists, qc_exists,  in aes_cipher() 1250 		construct_ctr_preload(ctr_preload, a4_exists, qc_exists, pframe,  in aes_cipher() 1264 	construct_ctr_preload(ctr_preload, a4_exists, qc_exists, pframe,  in aes_cipher() 1424 		construct_ctr_preload(ctr_preload, a4_exists, qc_exists,  in aes_decipher() 1438 		construct_ctr_preload(ctr_preload, a4_exists, qc_exists, pframe,  in aes_decipher() 1507 		construct_ctr_preload(ctr_preload, a4_exists, qc_exists,  in aes_decipher() 1519 		construct_ctr_preload(ctr_preload, a4_exists, qc_exists,  in aes_decipher() 1533 	construct_ctr_preload(ctr_preload, a4_exists, qc_exists, message,  in aes_decipher()
  |