Searched refs:pn_vector (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/staging/rtl8723bs/core/ |
H 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 …]
|
/openbmc/linux/drivers/staging/rtl8712/ |
H A D | rtl871x_security.c | 1019 u8 pn_vector[6]; in aes_cipher() local 1063 pn_vector[0] = pframe[hdrlen]; in aes_cipher() 1064 pn_vector[1] = pframe[hdrlen + 1]; in aes_cipher() 1065 pn_vector[2] = pframe[hdrlen + 4]; in aes_cipher() 1066 pn_vector[3] = pframe[hdrlen + 5]; in aes_cipher() 1125 pframe, pn_vector, 0); in aes_cipher() 1192 u8 pn_vector[6]; in aes_decipher() local 1217 pn_vector[0] = pframe[hdrlen]; in aes_decipher() 1268 pn_vector[0] = pframe[hdrlen]; in aes_decipher() 1275 pn_vector); in aes_decipher() [all …]
|