summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-02-08crypto: testmgr - add testvec_config struct and helper functionsEric Biggers1-15/+437
2019-02-08crypto: arm64/aes-neonbs - fix returning final keystream blockEric Biggers1-2/+6
2019-02-08crypto: ahash - fix another early termination in hash walkEric Biggers1-7/+7
2019-02-08crypto: x86/aesni-gcm - fix crash on empty plaintextEric Biggers1-5/+8
2019-02-08crypto: x86/morus - fix handling chunked inputs and MAY_SLEEPEric Biggers2-48/+31
2019-02-08crypto: x86/aegis - fix handling chunked inputs and MAY_SLEEPEric Biggers3-69/+45
2019-02-08crypto: morus - fix handling chunked inputsEric Biggers2-12/+14
2019-02-08crypto: aegis - fix handling chunked inputsEric Biggers3-21/+21
2019-02-08crypto: caam - fixed handling of sg listPankaj Gupta1-0/+1
2019-02-08crypto: arm64/crct10dif-ce - cleanup and optimizationsEric Biggers2-267/+233
2019-02-08crypto: arm/crct10dif-ce - cleanup and optimizationsEric Biggers2-294/+261
2019-02-08crypto: x86/crct10dif-pcl - cleanup and optimizationsEric Biggers2-559/+235
2019-02-08crypto: ccp - fix the SEV probe in kexec boot pathSingh, Brijesh1-0/+16
2019-02-08crypto: testmgr - use kmemdupChristopher Diaz Riveros1-6/+3
2019-02-01crypto: arm64/crct10dif - register PMULL variants as separate algosArd Biesheuvel1-12/+42
2019-02-01crypto: arm64/crct10dif - remove dead codeArd Biesheuvel1-11/+0
2019-02-01crypto: arm/crct10dif - remove dead codeArd Biesheuvel1-13/+0
2019-02-01crypto: arm64/crct10dif - revert to C code for short inputsArd Biesheuvel1-19/+6
2019-02-01crypto: arm/crct10dif - revert to C code for short inputsArd Biesheuvel2-24/+13
2019-02-01crypto: caam - fix DMA mapping of stack memoryHoria Geantă1-64/+21
2019-02-01crypto: arm64/ghash - register PMULL variants as separate algosArd Biesheuvel1-28/+90
2019-02-01crypto: testmgr - mark crc32 checksum as FIPS allowedMilan Broz1-0/+1
2019-02-01crypto: bcm - remove -I. header search path and unused macro defineMasahiro Yamada1-2/+0
2019-02-01crypto: prefix header search paths with $(srctree)/Masahiro Yamada8-8/+9
2019-02-01crypto: arm64/aes-ccm - don't use an atomic walk needlesslyArd Biesheuvel1-2/+2
2019-02-01crypto: arm64/aes-ccm - fix bugs in non-NEON fallback routineArd Biesheuvel1-3/+1
2019-02-01crypto: arm64/aes-ccm - fix logical bug in AAD MAC handlingArd Biesheuvel1-2/+3
2019-02-01crypto: testmgr - skip crc32c context test for ahash algorithmsEric Biggers1-4/+10
2019-02-01crypto: axis - move request unmap outside of the queue lockVincent Whitchurch1-4/+4
2019-02-01crypto: axis - use a constant time tag compareLars Persson1-3/+3
2019-02-01crypto: axis - support variable AEAD tag lengthLars Persson1-10/+25
2019-02-01crypto: axis - give DMA the start of the status bufferLars Persson1-4/+7
2019-02-01crypto: axis - fix for recursive locking from bottom halfLars Persson1-5/+23
2019-02-01crypto: axis - remove sha512 support for artpec7Lars Persson1-117/+9
2019-02-01crypto: axis - remove sha384 support for artpec7Lars Persson1-105/+2
2019-02-01crypto: crypto4xx - Fix wrong ppc4xx_trng_probe()/ppc4xx_trng_remove() argumentsCorentin Labbe1-2/+2
2019-02-01crypto: chelsio - Fix passing zero to 'PTR_ERR' warning in chcr_aead_opYueHaibing1-2/+2
2019-02-01crypto: caam - fix indentation of goto labelRoland Hieber1-1/+1
2019-02-01crypto: caam - no need to check return value of debugfs_create functionsGreg Kroah-Hartman2-16/+6
2019-02-01crypto: ccp - no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-29/+7
2019-02-01crypto: cavium/nitrox - no need to check return value of debugfs_create funct...Greg Kroah-Hartman3-28/+8
2019-02-01crypto: cavium/zip - no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-41/+11
2019-02-01crypto: axis - no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-9/+0
2019-02-01crypto: ccree - no need to check return value of debugfs_create functionsGreg Kroah-Hartman3-31/+6
2019-02-01crypto: qat - no need to check return value of debugfs_create functionsGreg Kroah-Hartman9-58/+0
2019-02-01crypto: caam - handle zero-length AEAD outputHoria Geantă3-24/+47
2019-02-01crypto: caam - add support for cmac(aes)Iuliana Prodan3-33/+139
2019-02-01crypto: seqiv - Use kmemdup in seqiv_aead_encrypt()YueHaibing1-4/+3
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers25-49/+55
2019-01-25crypto: bcm - remove unused function do_decrypt()Eric Biggers2-46/+0