Searched refs:pn_vector (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/staging/r8188eu/core/ |
| A D | rtw_security.c | 963 u8 pn_vector[6]; in aes_cipher() local 1004 pn_vector[0] = pframe[hdrlen]; in aes_cipher() 1005 pn_vector[1] = pframe[hdrlen + 1]; in aes_cipher() 1006 pn_vector[2] = pframe[hdrlen + 4]; in aes_cipher() 1007 pn_vector[3] = pframe[hdrlen + 5]; in aes_cipher() 1008 pn_vector[4] = pframe[hdrlen + 6]; in aes_cipher() 1009 pn_vector[5] = pframe[hdrlen + 7]; in aes_cipher() 1155 u8 pn_vector[6]; in aes_decipher() local 1187 pn_vector[0] = pframe[hdrlen]; in aes_decipher() 1245 pn_vector[0] = pframe[hdrlen]; in aes_decipher() [all …]
|
| /linux/drivers/staging/rtl8723bs/core/ |
| A D | rtw_security.c | 651 u8 *pn_vector, 665 u8 *pn_vector, 697 u8 *pn_vector, in construct_mic_iv() argument 820 u8 *pn_vector, in construct_ctr_preload() argument 871 u8 pn_vector[6]; in aes_cipher() local 920 pn_vector[0] = pframe[hdrlen]; in aes_cipher() 932 pn_vector, in aes_cipher() 1014 pn_vector, 0, frtype); in aes_cipher() 1083 u8 pn_vector[6]; in aes_decipher() local 1153 pn_vector, i + 1, in aes_decipher() [all …]
|
| /linux/drivers/staging/rtl8712/ |
| A D | rtl871x_security.c | 1020 u8 pn_vector[6]; in aes_cipher() local 1064 pn_vector[0] = pframe[hdrlen]; in aes_cipher() 1065 pn_vector[1] = pframe[hdrlen + 1]; in aes_cipher() 1066 pn_vector[2] = pframe[hdrlen + 4]; in aes_cipher() 1067 pn_vector[3] = pframe[hdrlen + 5]; in aes_cipher() 1126 pframe, pn_vector, 0); in aes_cipher() 1193 u8 pn_vector[6]; in aes_decipher() local 1218 pn_vector[0] = pframe[hdrlen]; in aes_decipher() 1269 pn_vector[0] = pframe[hdrlen]; in aes_decipher() 1276 pn_vector); in aes_decipher() [all …]
|
Completed in 12 milliseconds