Searched refs:aes_decipher (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/drivers/staging/r8188eu/core/ |
D | rtw_security.c | 1216 static int aes_decipher(u8 *key, uint hdrlen, in aes_decipher() function 1442 res = aes_decipher(prwskey, prxattrib->hdrlen, pframe, length); in rtw_aes_decrypt()
|
/Linux-v5.15/drivers/staging/rtl8712/ |
D | rtl871x_security.c | 1187 static void aes_decipher(u8 *key, uint hdrlen, in aes_decipher() function 1375 aes_decipher(prwskey, prxattrib->hdrlen, pframe, in r8712_aes_decrypt()
|
/Linux-v5.15/drivers/staging/rtl8723bs/core/ |
D | rtw_security.c | 1076 static signed int aes_decipher(u8 *key, uint hdrlen, in aes_decipher() function 1362 res = aes_decipher(prwskey, prxattrib->hdrlen, pframe, length); in rtw_aes_decrypt()
|