aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ixp4xx_crypto.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner1-5/+1
2019-05-16Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-2/+2
2019-04-23ARM: ixp4xx: Move IXP4xx QMGR and NPE headersLinus Walleij1-2/+2
2019-04-18crypto: ixp4xx - Forbid 2-key 3DES in FIPS modeHerbert Xu1-9/+55
2019-03-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-2/+2
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers1-2/+2
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain1-3/+3
2018-12-23crypto: skcipher - remove remnants of internal IV generatorsEric Biggers1-5/+0
2018-03-31crypto: ixp4xx - don't leak pointers to authenc keysTudor-Dan Ambarus1-0/+2
2018-01-12crypto: Use zeroing memory allocator instead of allocator/memsetHimanshu Jha1-4/+3
2017-09-22crypto: drop unnecessary return statementsGeliang Tang1-1/+0
2017-08-09crypto: ixp4xx - Fix error handling path in 'aead_perform()'Herbert Xu1-3/+3
2017-05-23crypto: ixp4xx - Use IPAD/OPAD constantCorentin LABBE1-2/+1
2017-03-24crypto: ixp4xx - Use sg_virt()Geliang Tang1-1/+1
2016-08-09crypto: ixp4xx - Add missing npe_c release in error branchesQuentin Lambert1-2/+4
2016-08-09crypto: ixp4xx - Fix a "simple if" coding style warningQuentin Lambert1-2/+1
2016-01-25crypto: ixp4xx - Fix false lastlen uninitialised warningHerbert Xu1-14/+12
2015-11-17crypto: ixp4xx - Delete unnecessary checks before the function call "dma_pool_destroy"Markus Elfring1-4/+2
2015-08-17crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagHerbert Xu1-1/+0
2015-08-04crypto: ixp4xx - Convert to new AEAD interfaceHerbert Xu1-155/+158
2015-07-23crypto: ixp4xx - Remove bogus BUG_ON on scattered dst bufferHerbert Xu1-1/+0
2015-05-22crypto: ixp4xx - Use crypto_aead_maxauthsizeHerbert Xu1-2/+2
2015-05-13crypto: ixp4xx - Use crypto_aead_set_reqsize helperHerbert Xu1-1/+2
2015-05-13crypto: ixp4xx - Include internal/aead.hHerbert Xu1-1/+1
2015-01-26crypto: replace scatterwalk_sg_next with sg_nextCristian Stoica1-2/+2
2014-01-01crypto: ixp4xx - Fix kernel compile errorKrzysztof Hałasa1-3/+1
2013-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-17/+9
2013-10-31DMA-API: crypto: remove last references to 'static struct device *dev'Russell King1-5/+8
2013-10-31DMA-API: crypto: fix ixp4xx crypto platform device supportRussell King1-20/+17
2013-10-16crypto: ixp4xx - Simplify and harden key parsingMathias Krause1-17/+9
2012-11-22IXP4xx crypto: MOD_AES{128,192,256} already include key size.Krzysztof Hałasa1-6/+6
2012-04-05crypto: ixp4xx - include fixMichał Wróbel1-0/+1
2012-01-13crypto: ixp4xx - convert GFP_KERNEL to GFP_ATOMICJulia Lawall1-1/+1
2012-01-13crypto: Add CRYPTO_ALG_KERN_DRIVER_ONLY flagNikos Mavrogiannopoulos1-0/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-05-27IXP4xx: Fix ixp4xx_crypto little-endian operation.Krzysztof Hałasa1-0/+21
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-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+32
2009-04-12crypto: ixp4xx - check firmware for crypto supportChristian Hohnstaedt1-1/+32
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang1-1/+1
2009-03-27crypto: ixp4xx - Fix handling of chained sg buffersChristian Hohnstaedt1-119/+63
2009-03-04crypto: ixp4xx - Fix qmgr_request_queue build failureKrzysztof Hałasa1-2/+4
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-2/+2
2008-07-10crypto: ixp4xx - Hardware crypto support for IXP4xx CPUsChristian Hohnstaedt1-0/+1506