Searched refs:pn_vector (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 910 u8 *mpdu, uint payload_length, u8 *pn_vector) in construct_mic_iv() argument 924 mic_iv[i] = pn_vector[13 - i]; /* mic_iv[8:13] = PN[5:0] */ in construct_mic_iv() 996 u8 *mpdu, u8 *pn_vector, sint c) in construct_ctr_preload() argument 1011 ctr_preload[i] = pn_vector[13 - i]; in construct_ctr_preload() 1034 u8 pn_vector[6]; in aes_cipher() local 1077 pn_vector[0] = pframe[hdrlen]; in aes_cipher() 1078 pn_vector[1] = pframe[hdrlen+1]; in aes_cipher() 1079 pn_vector[2] = pframe[hdrlen+4]; in aes_cipher() 1080 pn_vector[3] = pframe[hdrlen+5]; in aes_cipher() 1081 pn_vector[4] = pframe[hdrlen+6]; in aes_cipher() [all …]
|
/linux-4.1.27/drivers/staging/rtl8723au/core/ |
D | rtw_security.c | 1008 uint payload_length, u8 *pn_vector) in construct_mic_iv() argument 1022 mic_iv[i] = pn_vector[13 - i]; /* mic_iv[8:13] = PN[5:0] */ in construct_mic_iv() 1102 u8 *mpdu, u8 *pn_vector, int c) in construct_ctr_preload() argument 1120 ctr_preload[i] = pn_vector[13 - i]; /* ctr_preload[8:13] = PN[5:0] */ in construct_ctr_preload() 1142 u8 pn_vector[6]; in aes_cipher() local 1189 pn_vector[0] = pframe[hdrlen]; in aes_cipher() 1190 pn_vector[1] = pframe[hdrlen + 1]; in aes_cipher() 1191 pn_vector[2] = pframe[hdrlen + 4]; in aes_cipher() 1192 pn_vector[3] = pframe[hdrlen + 5]; in aes_cipher() 1193 pn_vector[4] = pframe[hdrlen + 6]; in aes_cipher() [all …]
|
/linux-4.1.27/drivers/staging/rtl8188eu/core/ |
D | rtw_security.c | 764 …ic_iv(u8 *mic_header1, int qc_exists, int a4_exists, u8 *mpdu, uint payload_length, u8 *pn_vector); 767 …nstruct_ctr_preload(u8 *ctr_preload, int a4_exists, int qc_exists, u8 *mpdu, u8 *pn_vector, int c); 942 uint payload_length, u8 *pn_vector) in construct_mic_iv() argument 955 mic_iv[i] = pn_vector[13 - i]; /* mic_iv[8:13] = PN[5:0] */ in construct_mic_iv() 1031 …onstruct_ctr_preload(u8 *ctr_preload, int a4_exists, int qc_exists, u8 *mpdu, u8 *pn_vector, int c) in construct_ctr_preload() argument 1047 ctr_preload[i] = pn_vector[13 - i]; /* ctr_preload[8:13] = PN[5:0] */ in construct_ctr_preload() 1068 u8 pn_vector[6]; in aes_cipher() local 1109 pn_vector[0] = pframe[hdrlen]; in aes_cipher() 1110 pn_vector[1] = pframe[hdrlen+1]; in aes_cipher() 1111 pn_vector[2] = pframe[hdrlen+4]; in aes_cipher() [all …]
|