aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ixp4xx_crypto.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-12ARM: ixp4xx: Drop all common codeLinus Walleij1-1/+0
2021-07-10Merge tag 'arm-soc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-0/+4
2021-06-17soc: ixp4xx: move cpu detection to linux/soc/ixp4xx/cpu.hArnd Bergmann1-0/+4
2021-06-03crypto: ixp4xx - Add device tree supportLinus Walleij1-28/+79
2021-06-03crypto: ixp4xx - convert to platform driverArnd Bergmann1-24/+13
2021-05-14crypto: ixp4xx - Correct functions alignmentCorentin Labbe1-30/+35
2021-05-14crypto: ixp4xx - remove brackets from single statementCorentin Labbe1-26/+21
2021-05-14crypto: ixp4xx - Do not initialize static to NULLCorentin Labbe1-4/+4
2021-05-14crypto: ixp4xx - whitespace fixesCorentin Labbe1-19/+24
2021-05-14crypto: ixp4xx - convert all printk to dev_xxxCorentin Labbe1-8/+6
2021-05-14crypto: ixp4xx - convert unsigned to unsigned intCorentin Labbe1-10/+10
2021-05-14crypto: ixp4xx - fallback when having more than one SGCorentin Labbe1-3/+53
2021-05-14crypto: ixp4xx - update IV after requestsCorentin Labbe1-0/+22
2021-05-14crypto: ixp4xx - dma_unmap the correct addressCorentin Labbe1-1/+1
2021-04-16crypto: ixp4xx - use DEFINE_SPINLOCK() for spinlockGuobin Huang1-5/+2
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers1-1/+1
2020-08-21crypto: ixp4xx - Fix the size used in a 'dma_free_coherent()' callChristophe JAILLET1-1/+1
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka1-2/+4
2020-01-09crypto: remove CRYPTO_TFM_RES_WEAK_KEYEric Biggers1-24/+4
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers1-3/+0
2019-11-17crypto: ixp4xx - switch to skcipher APIArd Biesheuvel1-120/+108
2019-08-22crypto: ixp4xx/des - switch to new verification routinesArd Biesheuvel1-21/+6
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-7/+8
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner1-5/+1
2019-05-30crypto: ixp4xx - Fix cross-compile errors due to type mismatchHerbert Xu1-7/+8
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