Searched refs:construct_ctr_preload (Results 1 – 3 of 3) sorted by relevance
/drivers/staging/r8188eu/core/ |
D | rtw_security.c | 705 static void construct_ctr_preload(u8 *ctr_preload, int a4_exists, int qc_exists, u8 *mpdu, u8 *pn_v… 988 static void construct_ctr_preload(u8 *ctr_preload, int a4_exists, int qc_exists, u8 *mpdu, u8 *pn_v… in construct_ctr_preload() function 1121 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, pframe, pn_vector, i + 1); in aes_cipher() 1130 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, pframe, pn_vector, num_blocks + 1); in aes_cipher() 1142 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, pframe, pn_vector, 0); in aes_cipher() 1286 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, pframe, pn_vector, i + 1); in aes_decipher() 1297 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, pframe, pn_vector, num_blocks + 1); in aes_decipher() 1363 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, message, pn_vector, i + 1); in aes_decipher() 1372 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, message, pn_vector, num_blocks + 1); in aes_decipher() 1385 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, message, pn_vector, 0); in aes_decipher()
|
/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()
|
/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 980 static void construct_ctr_preload(u8 *ctr_preload, in construct_ctr_preload() function 1104 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, in aes_cipher() 1113 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, in aes_cipher() 1125 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, in aes_cipher() 1247 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, in aes_decipher() 1256 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, in aes_decipher() 1310 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, in aes_decipher() 1319 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, in aes_decipher() 1331 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, message, in aes_decipher()
|