Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/staging/rtl8723bs/core/
Drtw_security.c646 static void construct_mic_iv(u8 *mic_header1,
692 static void construct_mic_iv(u8 *mic_iv, in construct_mic_iv() function
927 construct_mic_iv(mic_iv, in aes_cipher()
1192 construct_mic_iv(mic_iv, qc_exists, a4_exists, message, plen-8, pn_vector, frtype); in aes_decipher()
/Linux-v6.6/drivers/staging/rtl8712/
Drtl871x_security.c893 static void construct_mic_iv(u8 *mic_iv, sint qc_exists, sint a4_exists, in construct_mic_iv() function
1069 construct_mic_iv(mic_iv, qc_exists, a4_exists, pframe, plen, pn_vector); in aes_cipher()
1274 construct_mic_iv(mic_iv, qc_exists, a4_exists, message, plen - 8, in aes_decipher()