Home
last modified time | relevance | path

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

/linux/drivers/staging/rtl8723bs/core/
H A Drtw_security.c658 u8 *pn_vector, in construct_mic_iv() argument
682 mic_iv[i] = pn_vector[i - 8]; /* mic_iv[8:13] = PN[0:5] */ in construct_mic_iv()
685 mic_iv[i] = pn_vector[13 - i]; /* mic_iv[8:13] = PN[5:0] */ in construct_mic_iv()
781 u8 *pn_vector, in construct_ctr_preload() argument
805 ctr_preload[i] = pn_vector[i - 8]; /* ctr_preload[8:13] = PN[0:5] */ in construct_ctr_preload()
808 ctr_preload[i] = pn_vector[13 - i]; /* ctr_preload[8:13] = PN[5:0] */ in construct_ctr_preload()
820 u8 pn_vector[6]; in aes_cipher() local
861 pn_vector[0] = pframe[hdrlen]; in aes_cipher()
862 pn_vector[1] = pframe[hdrlen + 1]; in aes_cipher()
863 pn_vector[2] = pframe[hdrlen + 4]; in aes_cipher()
[all …]