summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: testmgr - convert aead testing to use testvec_configsEric Biggers2019-02-082-475/+185
* crypto: testmgr - convert skcipher testing to use testvec_configsEric Biggers2019-02-082-523/+245
* crypto: testmgr - implement random testvec_config generationEric Biggers2019-02-081-0/+117
* crypto: testmgr - introduce CONFIG_CRYPTO_MANAGER_EXTRA_TESTSEric Biggers2019-02-082-0/+24
* crypto: testmgr - add testvec_config struct and helper functionsEric Biggers2019-02-081-15/+437
* crypto: arm64/aes-neonbs - fix returning final keystream blockEric Biggers2019-02-081-2/+6
* crypto: ahash - fix another early termination in hash walkEric Biggers2019-02-081-7/+7
* crypto: x86/aesni-gcm - fix crash on empty plaintextEric Biggers2019-02-081-5/+8
* crypto: x86/morus - fix handling chunked inputs and MAY_SLEEPEric Biggers2019-02-082-48/+31
* crypto: x86/aegis - fix handling chunked inputs and MAY_SLEEPEric Biggers2019-02-083-69/+45
* crypto: morus - fix handling chunked inputsEric Biggers2019-02-082-12/+14
* crypto: aegis - fix handling chunked inputsEric Biggers2019-02-083-21/+21
* crypto: caam - fixed handling of sg listPankaj Gupta2019-02-081-0/+1
* crypto: arm64/crct10dif-ce - cleanup and optimizationsEric Biggers2019-02-082-267/+233
* crypto: arm/crct10dif-ce - cleanup and optimizationsEric Biggers2019-02-082-294/+261
* crypto: x86/crct10dif-pcl - cleanup and optimizationsEric Biggers2019-02-082-559/+235
* crypto: ccp - fix the SEV probe in kexec boot pathSingh, Brijesh2019-02-081-0/+16
* crypto: testmgr - use kmemdupChristopher Diaz Riveros2019-02-081-6/+3
* crypto: arm64/crct10dif - register PMULL variants as separate algosArd Biesheuvel2019-02-011-12/+42
* crypto: arm64/crct10dif - remove dead codeArd Biesheuvel2019-02-011-11/+0
* crypto: arm/crct10dif - remove dead codeArd Biesheuvel2019-02-011-13/+0
* crypto: arm64/crct10dif - revert to C code for short inputsArd Biesheuvel2019-02-011-19/+6
* crypto: arm/crct10dif - revert to C code for short inputsArd Biesheuvel2019-02-012-24/+13
* crypto: caam - fix DMA mapping of stack memoryHoria Geantă2019-02-011-64/+21
* crypto: arm64/ghash - register PMULL variants as separate algosArd Biesheuvel2019-02-011-28/+90
* crypto: testmgr - mark crc32 checksum as FIPS allowedMilan Broz2019-02-011-0/+1
* crypto: bcm - remove -I. header search path and unused macro defineMasahiro Yamada2019-02-011-2/+0
* crypto: prefix header search paths with $(srctree)/Masahiro Yamada2019-02-018-8/+9
* crypto: arm64/aes-ccm - don't use an atomic walk needlesslyArd Biesheuvel2019-02-011-2/+2
* crypto: arm64/aes-ccm - fix bugs in non-NEON fallback routineArd Biesheuvel2019-02-011-3/+1
* crypto: arm64/aes-ccm - fix logical bug in AAD MAC handlingArd Biesheuvel2019-02-011-2/+3
* crypto: testmgr - skip crc32c context test for ahash algorithmsEric Biggers2019-02-011-4/+10
* crypto: axis - move request unmap outside of the queue lockVincent Whitchurch2019-02-011-4/+4
* crypto: axis - use a constant time tag compareLars Persson2019-02-011-3/+3
* crypto: axis - support variable AEAD tag lengthLars Persson2019-02-011-10/+25
* crypto: axis - give DMA the start of the status bufferLars Persson2019-02-011-4/+7
* crypto: axis - fix for recursive locking from bottom halfLars Persson2019-02-011-5/+23
* crypto: axis - remove sha512 support for artpec7Lars Persson2019-02-011-117/+9
* crypto: axis - remove sha384 support for artpec7Lars Persson2019-02-011-105/+2
* crypto: crypto4xx - Fix wrong ppc4xx_trng_probe()/ppc4xx_trng_remove() argumentsCorentin Labbe2019-02-011-2/+2
* crypto: chelsio - Fix passing zero to 'PTR_ERR' warning in chcr_aead_opYueHaibing2019-02-011-2/+2
* crypto: caam - fix indentation of goto labelRoland Hieber2019-02-011-1/+1
* crypto: caam - no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-02-012-16/+6
* crypto: ccp - no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-02-011-29/+7
* crypto: cavium/nitrox - no need to check return value of debugfs_create funct...Greg Kroah-Hartman2019-02-013-28/+8
* crypto: cavium/zip - no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-02-011-41/+11
* crypto: axis - no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-02-011-9/+0
* crypto: ccree - no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-02-013-31/+6
* crypto: qat - no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-02-019-58/+0
* crypto: caam - handle zero-length AEAD outputHoria Geantă2019-02-013-24/+47