summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ixp4xx_crypto.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: ixp4xx - don't leak pointers to authenc keysTudor-Dan Ambarus2018-03-311-0/+2
* crypto: Use zeroing memory allocator instead of allocator/memsetHimanshu Jha2018-01-121-4/+3
* crypto: drop unnecessary return statementsGeliang Tang2017-09-221-1/+0
* crypto: ixp4xx - Fix error handling path in 'aead_perform()'Herbert Xu2017-08-091-3/+3
* crypto: ixp4xx - Use IPAD/OPAD constantCorentin LABBE2017-05-231-2/+1
* crypto: ixp4xx - Use sg_virt()Geliang Tang2017-03-241-1/+1
* crypto: ixp4xx - Add missing npe_c release in error branchesQuentin Lambert2016-08-091-2/+4
* crypto: ixp4xx - Fix a "simple if" coding style warningQuentin Lambert2016-08-091-2/+1
* crypto: ixp4xx - Fix false lastlen uninitialised warningHerbert Xu2016-01-251-14/+12
* crypto: ixp4xx - Delete unnecessary checks before the function call "dma_pool...Markus Elfring2015-11-171-4/+2
* crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu2015-08-171-1/+0
* crypto: ixp4xx - Convert to new AEAD interfaceHerbert Xu2015-08-041-155/+158
* crypto: ixp4xx - Remove bogus BUG_ON on scattered dst bufferHerbert Xu2015-07-231-1/+0
* crypto: ixp4xx - Use crypto_aead_maxauthsizeHerbert Xu2015-05-221-2/+2
* crypto: ixp4xx - Use crypto_aead_set_reqsize helperHerbert Xu2015-05-131-1/+2
* crypto: ixp4xx - Include internal/aead.hHerbert Xu2015-05-131-1/+1
* crypto: replace scatterwalk_sg_next with sg_nextCristian Stoica2015-01-261-2/+2
* crypto: ixp4xx - Fix kernel compile errorKrzysztof Hałasa2014-01-011-3/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-11-231-17/+9
|\
| * crypto: ixp4xx - Simplify and harden key parsingMathias Krause2013-10-161-17/+9
* | DMA-API: crypto: remove last references to 'static struct device *dev'Russell King2013-10-311-5/+8
* | DMA-API: crypto: fix ixp4xx crypto platform device supportRussell King2013-10-311-20/+17
|/
* IXP4xx crypto: MOD_AES{128,192,256} already include key size.Krzysztof Hałasa2012-11-221-6/+6
* crypto: ixp4xx - include fixMichał Wróbel2012-04-051-0/+1
* crypto: ixp4xx - convert GFP_KERNEL to GFP_ATOMICJulia Lawall2012-01-131-1/+1
* crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flagNikos Mavrogiannopoulos2012-01-131-0/+2
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* IXP4xx: Fix ixp4xx_crypto little-endian operation.Krzysztof Hałasa2010-05-271-0/+21
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2009-05-171-1/+32
|\
| * crypto: ixp4xx - check firmware for crypto supportChristian Hohnstaedt2009-04-121-1/+32
* | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-1/+1
|/
* crypto: ixp4xx - Fix handling of chained sg buffersChristian Hohnstaedt2009-03-271-119/+63
* crypto: ixp4xx - Fix qmgr_request_queue build failureKrzysztof Hałasa2009-03-041-2/+4
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-071-2/+2
* crypto: ixp4xx - Hardware crypto support for IXP4xx CPUsChristian Hohnstaedt2008-07-101-0/+1506
OpenPOWER on IntegriCloud