summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/ixp4xx_crypto.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: ixp4xx - Move driver to drivers/crypto/intel/ixp4xxTom Zanussi2023-04-061-1601/+0
* crypto: ixp4xx - Use request_complete helpersHerbert Xu2023-02-131-2/+2
* crypto: ixp4xx - Fix sparse warningsHerbert Xu2022-10-211-5/+5
* ARM: ixp4xx: Drop all common codeLinus Walleij2022-02-121-1/+0
* Merge tag 'arm-soc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2021-07-101-0/+4
|\
| * soc: ixp4xx: move cpu detection to linux/soc/ixp4xx/cpu.hArnd Bergmann2021-06-171-0/+4
* | crypto: ixp4xx - Add device tree supportLinus Walleij2021-06-031-28/+79
* | crypto: ixp4xx - convert to platform driverArnd Bergmann2021-06-031-24/+13
* | crypto: ixp4xx - Correct functions alignmentCorentin Labbe2021-05-141-30/+35
* | crypto: ixp4xx - remove brackets from single statementCorentin Labbe2021-05-141-26/+21
* | crypto: ixp4xx - Do not initialize static to NULLCorentin Labbe2021-05-141-4/+4
* | crypto: ixp4xx - whitespace fixesCorentin Labbe2021-05-141-19/+24
* | crypto: ixp4xx - convert all printk to dev_xxxCorentin Labbe2021-05-141-8/+6
* | crypto: ixp4xx - convert unsigned to unsigned intCorentin Labbe2021-05-141-10/+10
* | crypto: ixp4xx - fallback when having more than one SGCorentin Labbe2021-05-141-3/+53
* | crypto: ixp4xx - update IV after requestsCorentin Labbe2021-05-141-0/+22
* | crypto: ixp4xx - dma_unmap the correct addressCorentin Labbe2021-05-141-1/+1
|/
* crypto: ixp4xx - use DEFINE_SPINLOCK() for spinlockGuobin Huang2021-04-161-5/+2
* crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-201-1/+1
* crypto: ixp4xx - Fix the size used in a 'dma_free_coherent()' callChristophe JAILLET2020-08-211-1/+1
* crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka2020-07-161-2/+4
* crypto: remove CRYPTO_TFM_RES_WEAK_KEYEric Biggers2020-01-091-24/+4
* crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-3/+0
* crypto: ixp4xx - switch to skcipher APIArd Biesheuvel2019-11-171-120/+108
* crypto: ixp4xx/des - switch to new verification routinesArd Biesheuvel2019-08-221-21/+6
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-081-7/+8
|\
| * crypto: ixp4xx - Fix cross-compile errors due to type mismatchHerbert Xu2019-05-301-7/+8
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2019-05-301-5/+1
|/
* Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2019-05-161-2/+2
|\
| * ARM: ixp4xx: Move IXP4xx QMGR and NPE headersLinus Walleij2019-04-231-2/+2
* | crypto: ixp4xx - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-9/+55
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-03-051-2/+2
|\
| * crypto: clarify name of WEAK_KEY request flagEric Biggers2019-01-251-2/+2
* | cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2019-01-081-3/+3
|/
* crypto: skcipher - remove remnants of internal IV generatorsEric Biggers2018-12-231-5/+0
* 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