aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: nhpoly1305 - add a test vector with len % 16 != 0Eric Biggers2019-02-221-0/+144
* crypto: arm/aes-ce - update IV after partial final CTR blockEric Biggers2019-02-221-13/+13
* crypto: arm64/aes-blk - update IV after partial final CTR blockEric Biggers2019-02-221-2/+1
* crypto: testmgr - add iv_out to all CTR test vectorsEric Biggers2019-02-221-0/+45
* crypto: testmgr - add iv_out to all CBC test vectorsEric Biggers2019-02-221-0/+48
* crypto: testmgr - support checking skcipher output IVEric Biggers2019-02-222-7/+11
* crypto: testmgr - remove extra bytes from 3DES-CTR IVsEric Biggers2019-02-221-4/+2
* crypto: rockchip - update new iv to device in multiple operationsZhang Zhijie2019-02-222-0/+35
* crypto: rockchip - fix scatterlist nents errorZhang Zhijie2019-02-224-5/+7
* crypto: ccree - fix missing break in switch statementGustavo A. R. Silva2019-02-221-0/+1
* crypto: caam/qi2 - relax busy polling while enqueuing FDsHoria Geantă2019-02-221-0/+2
* crypto: caam/qi2 - rate-limit enqueue failure printsHoria Geantă2019-02-221-1/+1
* crypto: caam/qi2 - use affine DPIOsHoria Geantă2019-02-222-23/+31
* crypto: chtls - remove cdev_list_lockSebastian Andrzej Siewior2019-02-221-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux nextHerbert Xu2019-02-2211-30/+131
|\
| * bus: fsl-mc: automatically add a device_link on fsl_mc_[portal,object]_allocateIoana Ciornei2019-01-113-0/+25
| * soc: fsl: dpio: add a device_link at dpaa2_io_service_registerIoana Ciornei2019-01-114-11/+26
| * soc: fsl: dpio: store a backpointer to the device backing the dpaa2_ioIoana Ciornei2019-01-113-3/+9
| * soc: fsl: dpio: keep a per dpio device MC portalIoana Ciornei2019-01-111-8/+1
| * soc: fsl: dpio: perform DPIO Reset on ProbeRoy Pledge2019-01-114-0/+35
| * soc: fsl: dpio: use a cpumask to identify which cpus are unusedIoana Ciornei2019-01-083-9/+31
| * soc: fsl: dpio: cleanup the cpu array on dpaa2_io_downIoana Ciornei2019-01-081-0/+5
* | crypto: caam - weak key checking for cbc des, 3desIuliana Prodan2019-02-151-2/+2
* | crypto: caam - add ecb(*) supportIuliana Prodan2019-02-154-49/+161
* | crypto: export arc4 definesIuliana Prodan2019-02-153-7/+15
* | crypto: caam - use mapped_{src,dst}_nents for job descriptorIuliana Prodan2019-02-151-7/+20
* | crypto: qat - Remove unused goto labelHerbert Xu2019-02-081-1/+0
* | MAINTAINERS: crypto: ccree: remove co-maintainerGilad Ben-Yossef2019-02-081-1/+0
* | crypto: testmgr - check for aead_request corruptionEric Biggers2019-02-081-0/+44
* | crypto: testmgr - check for skcipher_request corruptionEric Biggers2019-02-081-0/+41
* | crypto: testmgr - convert hash testing to use testvec_configsEric Biggers2019-02-082-550/+352
* | 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