summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8192e/rtllib_crypt_ccmp.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-21staging: rtl8192e: clean up comparisons to NULLMichael Straube1-1/+1
2023-09-17staging: rtl8192e: Replace usage of RTLLIB_FCTL_DSTODS with functionPhilipp Hortmann1-2/+1
2023-09-17staging: rtl8192e: Replace struct rtllib_hdr_4addr in rtllib_crypt*.cPhilipp Hortmann1-7/+7
2023-04-05staging: rtl8192e: avoid CamelCase <dot11RSNAStatsCCMPDecryptErrors>Khadija Kamran1-3/+3
2023-04-05staging: rtl8192e: avoid CamelCase <dot11RSNAStatsCCMPReplays>Khadija Kamran1-3/+3
2023-04-05staging: rtl8192e: avoid CamelCase <dot11RSNAStatsCCMPFormatErrors>Khadija Kamran1-4/+4
2023-04-05staging: rtl8192e: fix alignment to match open parenthesisKhadija Kamran1-1/+1
2023-04-05staging: rtl8192e: remove extra blank lines in rtllib_crypt_ccmp.cKhadija Kamran1-10/+0
2022-04-20staging: rtl8192e: Remove space after castSolomon Tan1-5/+5
2021-08-10staging: rtl8192e: Avoid field-overflowing memcpy()Kees Cook1-1/+3
2020-07-21staging: rtl8192e: add proper code indentDarshan D V1-1/+1
2020-07-21staging: rtl8192e: add space before open parenthesisDarshan D V1-1/+1
2019-08-21staging: rtl8192e: remove set but not used variable 'data_len'YueHaibing1-2/+1
2019-08-18staging: rtl8192e: rtllib_crypt_ccmp.c: Use crypto API ccm(aes)Christina Quast1-118/+85
2018-12-29Merge tag 'staging-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-9/+5
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers1-1/+1
2018-11-05staging: rtl8192e: Add SPDX-License-Identifier - StyleZach Turner1-7/+2
2018-11-05staging: rtl8192e: add braces to if statement - styleZach Turner1-2/+3
2016-03-12staging: rtl8192e: Prefer using macro DIV_ROUND_UPBhaktipriya Shridhar1-2/+2
2015-06-01staging: rtl8192e: Fix PREFER_PR_LEVEL warningsMateusz Kulikowski1-1/+1
2015-04-03staging: rtl8192e: Remove dead codeMateusz Kulikowski1-4/+1
2015-04-03staging: rtl8192e: Comment cleanup (style/format)Mateusz Kulikowski1-1/+2
2015-03-20staging: rtl8192e: fix coding style issues (merge broken strings)Mateusz Kulikowski1-14/+10
2014-09-20Staging: rtl8192e: Fix style warnings relating to printk(KERN_DEBUGMahati Chamarthy1-5/+5
2014-08-31staging: rtl8192e: fixed coding style issuesMatthew Casey1-0/+3
2013-11-11Staging: rtl8192e: Fix Sparse Warning for Static Declarations in rtllib_crypt...Rashika Kheria1-2/+2
2013-04-29hostap: Don't use create_proc_read_entry()David Howells1-11/+10
2011-12-23staging/rtl8192e: Register against lib80211Sean MacLennan1-3/+3
2011-12-23staging/rtl8192e: Convert to lib80211_crypt_data and lib80211_crypt_opsSean MacLennan1-3/+3
2011-12-14staging: remove version.h includes in rtl8192eDevendra Naga1-1/+0
2011-11-30rtl8192e: Split the driver upSean MacLennan1-5/+5
2011-11-27staging: rtl8192e: Use kzalloc rather than kmalloc v2Thomas Meyer1-2/+1
2011-08-26staging: rtl8192e: Fix sparse (non-endian) messages - Part ILarry Finger1-1/+1
2011-08-26staging: rtl8192e: Remove MAC_FMT and MAC_ARG for %pMLarry Finger1-7/+6
2011-08-25staging: rtl8192e: Cleanup checkpatch -f warnings and errors - Part XILarry Finger1-13/+17
2011-08-24staging: rtl8192e: Convert typedef cb_desc to struct cb_descLarry Finger1-2/+2
2011-08-24rtl8192e: Remove extra ifdefsMike McCormack1-47/+2
2011-08-24From: wlanfae <wlanfae@realtek.com>Larry Finger1-0/+505