Home
last modified time | relevance | path

Searched refs:construct_ctr_preload (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/rtl8188eu/core/
Drtw_security.c761 static void construct_ctr_preload(u8 *ctr_preload, int a4_exists, int qc_exists, u8 *mpdu, u8 *pn_v…
1025 static void construct_ctr_preload(u8 *ctr_preload, int a4_exists, int qc_exists, u8 *mpdu, u8 *pn_v… in construct_ctr_preload() function
1154 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, pframe, pn_vector, i+1); in aes_cipher()
1163 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, pframe, pn_vector, num_blocks+1); in aes_cipher()
1175 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, pframe, pn_vector, 0); in aes_cipher()
1321 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, pframe, pn_vector, i+1); in aes_decipher()
1332 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, pframe, pn_vector, num_blocks+1); in aes_decipher()
1398 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, message, pn_vector, i+1); in aes_decipher()
1407 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, message, pn_vector, num_blocks+1); in aes_decipher()
1420 construct_ctr_preload(ctr_preload, a4_exists, qc_exists, message, pn_vector, 0); in aes_decipher()
/drivers/staging/rtl8712/
Drtl871x_security.c1000 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()