aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/ixp4xx_crypto.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-12ARM: ixp4xx: Drop all common codeGravatar Linus Walleij 1-1/+0
2021-07-10Merge tag 'arm-soc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Gravatar Linus Torvalds 1-0/+4
2021-06-17soc: ixp4xx: move cpu detection to linux/soc/ixp4xx/cpu.hGravatar Arnd Bergmann 1-0/+4
2021-06-03crypto: ixp4xx - Add device tree supportGravatar Linus Walleij 1-28/+79
2021-06-03crypto: ixp4xx - convert to platform driverGravatar Arnd Bergmann 1-24/+13
2021-05-14crypto: ixp4xx - Correct functions alignmentGravatar Corentin Labbe 1-30/+35
2021-05-14crypto: ixp4xx - remove brackets from single statementGravatar Corentin Labbe 1-26/+21
2021-05-14crypto: ixp4xx - Do not initialize static to NULLGravatar Corentin Labbe 1-4/+4
2021-05-14crypto: ixp4xx - whitespace fixesGravatar Corentin Labbe 1-19/+24
2021-05-14crypto: ixp4xx - convert all printk to dev_xxxGravatar Corentin Labbe 1-8/+6
2021-05-14crypto: ixp4xx - convert unsigned to unsigned intGravatar Corentin Labbe 1-10/+10
2021-05-14crypto: ixp4xx - fallback when having more than one SGGravatar Corentin Labbe 1-3/+53
2021-05-14crypto: ixp4xx - update IV after requestsGravatar Corentin Labbe 1-0/+22
2021-05-14crypto: ixp4xx - dma_unmap the correct addressGravatar Corentin Labbe 1-1/+1
2021-04-16crypto: ixp4xx - use DEFINE_SPINLOCK() for spinlockGravatar Guobin Huang 1-5/+2
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hGravatar Eric Biggers 1-1/+1
2020-08-21crypto: ixp4xx - Fix the size used in a 'dma_free_coherent()' callGravatar Christophe JAILLET 1-1/+1
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYGravatar Mikulas Patocka 1-2/+4
2020-01-09crypto: remove CRYPTO_TFM_RES_WEAK_KEYGravatar Eric Biggers 1-24/+4
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENGravatar Eric Biggers 1-3/+0
2019-11-17crypto: ixp4xx - switch to skcipher APIGravatar Ard Biesheuvel 1-120/+108
2019-08-22crypto: ixp4xx/des - switch to new verification routinesGravatar Ard Biesheuvel 1-21/+6
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-7/+8
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Gravatar Thomas Gleixner 1-5/+1
2019-05-30crypto: ixp4xx - Fix cross-compile errors due to type mismatchGravatar Herbert Xu 1-7/+8
2019-05-16Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socGravatar Linus Torvalds 1-2/+2
2019-04-23ARM: ixp4xx: Move IXP4xx QMGR and NPE headersGravatar Linus Walleij 1-2/+2
2019-04-18crypto: ixp4xx - Forbid 2-key 3DES in FIPS modeGravatar Herbert Xu 1-9/+55
2019-03-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-2/+2
2019-01-25crypto: clarify name of WEAK_KEY request flagGravatar Eric Biggers 1-2/+2
2019-01-08cross-tree: phase out dma_zalloc_coherent()Gravatar Luis Chamberlain 1-3/+3
2018-12-23crypto: skcipher - remove remnants of internal IV generatorsGravatar Eric Biggers 1-5/+0
2018-03-31crypto: ixp4xx - don't leak pointers to authenc keysGravatar Tudor-Dan Ambarus 1-0/+2
2018-01-12crypto: Use zeroing memory allocator instead of allocator/memsetGravatar Himanshu Jha 1-4/+3
2017-09-22crypto: drop unnecessary return statementsGravatar Geliang Tang 1-1/+0
2017-08-09crypto: ixp4xx - Fix error handling path in 'aead_perform()'Gravatar Herbert Xu 1-3/+3
2017-05-23crypto: ixp4xx - Use IPAD/OPAD constantGravatar Corentin LABBE 1-2/+1
2017-03-24crypto: ixp4xx - Use sg_virt()Gravatar Geliang Tang 1-1/+1
2016-08-09crypto: ixp4xx - Add missing npe_c release in error branchesGravatar Quentin Lambert 1-2/+4
2016-08-09crypto: ixp4xx - Fix a "simple if" coding style warningGravatar Quentin Lambert 1-2/+1
2016-01-25crypto: ixp4xx - Fix false lastlen uninitialised warningGravatar Herbert Xu 1-14/+12
2015-11-17crypto: ixp4xx - Delete unnecessary checks before the function call "dma_pool...Gravatar Markus Elfring 1-4/+2
2015-08-17crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flagGravatar Herbert Xu 1-1/+0
2015-08-04crypto: ixp4xx - Convert to new AEAD interfaceGravatar Herbert Xu 1-155/+158
2015-07-23crypto: ixp4xx - Remove bogus BUG_ON on scattered dst bufferGravatar Herbert Xu 1-1/+0
2015-05-22crypto: ixp4xx - Use crypto_aead_maxauthsizeGravatar Herbert Xu 1-2/+2
2015-05-13crypto: ixp4xx - Use crypto_aead_set_reqsize helperGravatar Herbert Xu 1-1/+2
2015-05-13crypto: ixp4xx - Include internal/aead.hGravatar Herbert Xu 1-1/+1
2015-01-26crypto: replace scatterwalk_sg_next with sg_nextGravatar Cristian Stoica 1-2/+2
2014-01-01crypto: ixp4xx - Fix kernel compile errorGravatar Krzysztof Hałasa 1-3/+1