aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/wusbcore/crypto.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-08USB: Move wusbcore and UWB to staging as it is obsoleteGreg Kroah-Hartman1-441/+0
2019-06-18wusb: switch to cbcmac transformArd Biesheuvel1-125/+44
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers1-1/+1
2018-09-28wusb: Remove VLA usage of skcipherKees Cook1-8/+8
2018-03-16USB: wusbcore: crypto: Remove VLA usageGustavo A. R. Silva1-2/+6
2017-11-07USB: wusbcore: Remove redundant license textGreg Kroah-Hartman1-15/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-01-10wusbcore: Fix one more crypto-on-the-stack bugAndy Lutomirski1-2/+1
2016-10-19wusb: fix error return code in wusb_prf()Wei Yongjun1-1/+3
2016-10-17wusb: Stop using the stack for sg crypto scratch spaceAndy Lutomirski1-22/+37
2016-08-30usb: wusbcore: crypto: don't print on ENOMEMWolfram Sang1-3/+1
2016-05-09usb: wusbcore: Do not initialise statics to 0.Sandhya Bankar1-1/+1
2016-05-09usb: wusbcore: Remove space before ',' and '(' .Sandhya Bankar1-2/+2
2016-01-27wusb: Use skcipherHerbert Xu1-14/+16
2014-09-23wusb: delete double assignmentJulia Lawall1-2/+0
2014-01-07USB: wusbcore: correct spelling mistakes in comments and error stringRahul Bedarkar1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2008-12-22uwb: use print_hex_dump()David Vrabel1-16/+18
2008-12-22uwb: use dev_dbg() for debug messagesDavid Vrabel1-30/+0
2008-10-28wusb: disable verification of the key generation algorithmsDavid Vrabel1-4/+11
2008-09-17wusb: add the Wireless USB core (security)Inaky Perez-Gonzalez1-0/+538