Searched refs:construct_ctr_preload (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/staging/r8188eu/core/ |
D | rtw_security.c | 638 static void construct_ctr_preload(u8 *ctr_preload, int a4_exists, int qc_exists, u8 *mpdu, u8 *pn_v… 921 static void construct_ctr_preload(u8 *ctr_preload, int a4_exists, int qc_exists, u8 *mpdu, u8 *pn_v… in construct_ctr_preload() function 1054 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, pframe, pn_vector, i + 1); in aes_cipher() 1063 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, pframe, pn_vector, num_blocks + 1); in aes_cipher() 1075 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, pframe, pn_vector, 0); in aes_cipher() 1217 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, pframe, pn_vector, i + 1); in aes_decipher() 1228 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, pframe, pn_vector, num_blocks + 1); in aes_decipher() 1294 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, message, pn_vector, i + 1); in aes_decipher() 1303 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, message, pn_vector, num_blocks + 1); in aes_decipher() 1316 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, message, pn_vector, 0); in aes_decipher()
|
/linux-6.1.9/drivers/staging/rtl8723bs/core/ |
D | rtw_security.c | 661 static void construct_ctr_preload(u8 *ctr_preload, 816 static void construct_ctr_preload(u8 *ctr_preload, in construct_ctr_preload() function 985 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, pframe, /* message, */ in aes_cipher() 997 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, pframe, /* message, */ in aes_cipher() 1013 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, pframe, /* message, */ in aes_cipher() 1151 construct_ctr_preload(ctr_preload, a4_exists, in aes_decipher() 1166 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, pframe, pn_vector, in aes_decipher() 1239 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, message, pn_vector, i+1, in aes_decipher() 1251 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, message, pn_vector, in aes_decipher() 1267 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, message, pn_vector, 0, frtype); in aes_decipher()
|
/linux-6.1.9/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 979 static void construct_ctr_preload(u8 *ctr_preload, in construct_ctr_preload() function 1103 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, in aes_cipher() 1112 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, in aes_cipher() 1124 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, in aes_cipher() 1246 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, in aes_decipher() 1255 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, in aes_decipher() 1309 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, in aes_decipher() 1318 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, in aes_decipher() 1330 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, message, in aes_decipher()
|