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.c650 u8 *pn_vector,
664 u8 *pn_vector,
696 u8 *pn_vector, in construct_mic_iv() argument
720 mic_iv[i] = pn_vector[i - 8]; /* mic_iv[8:13] = PN[0:5] */ in construct_mic_iv()
723 mic_iv[i] = pn_vector[13 - i]; /* mic_iv[8:13] = PN[5:0] */ in construct_mic_iv()
819 u8 *pn_vector, in construct_ctr_preload() argument
843 ctr_preload[i] = pn_vector[i - 8]; /* ctr_preload[8:13] = PN[0:5] */ in construct_ctr_preload()
846 ctr_preload[i] = pn_vector[13 - i]; /* ctr_preload[8:13] = PN[5:0] */ in construct_ctr_preload()
870 u8 pn_vector[6]; in aes_cipher() local
919 pn_vector[0] = pframe[hdrlen]; in aes_cipher()
[all …]