aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-28crypto: caam - fix hash context DMA unmap sizeFranck LENORMAND
2019-02-28hwrng: bcm2835 - fix probe as platform deviceJonas Gorski
2019-02-28crypto: s5p-sss - Use AES_BLOCK_SIZE define instead of numberKrzysztof Kozlowski
2019-02-28crypto: stm32 - drop pointless static qualifier in stm32_hash_remove()Mao Wenan
2019-02-28crypto: chelsio - Fixed Traffic StallAtul Gupta
2019-02-28crypto: marvell - Remove set but not used variable 'ivsize'YueHaibing
2019-02-22crypto: ccp - Update driver messages to remove some confusionLendacky, Thomas
2019-02-22crypto: adiantum - add 1536 and 4096-byte test vectorsEric Biggers
2019-02-22crypto: nhpoly1305 - add a test vector with len % 16 != 0Eric Biggers
2019-02-22crypto: arm/aes-ce - update IV after partial final CTR blockEric Biggers
2019-02-22crypto: arm64/aes-blk - update IV after partial final CTR blockEric Biggers
2019-02-22crypto: testmgr - add iv_out to all CTR test vectorsEric Biggers
2019-02-22crypto: testmgr - add iv_out to all CBC test vectorsEric Biggers
2019-02-22crypto: testmgr - support checking skcipher output IVEric Biggers
2019-02-22crypto: testmgr - remove extra bytes from 3DES-CTR IVsEric Biggers
2019-02-22crypto: rockchip - update new iv to device in multiple operationsZhang Zhijie
2019-02-22crypto: rockchip - fix scatterlist nents errorZhang Zhijie
2019-02-22crypto: ccree - fix missing break in switch statementGustavo A. R. Silva
2019-02-22crypto: caam/qi2 - relax busy polling while enqueuing FDsHoria Geantă
2019-02-22crypto: caam/qi2 - rate-limit enqueue failure printsHoria Geantă
2019-02-22crypto: caam/qi2 - use affine DPIOsHoria Geantă
2019-02-22crypto: chtls - remove cdev_list_lockSebastian Andrzej Siewior
2019-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/leo/linux nextHerbert Xu
2019-02-15crypto: caam - weak key checking for cbc des, 3desIuliana Prodan
2019-02-15crypto: caam - add ecb(*) supportIuliana Prodan
2019-02-15crypto: export arc4 definesIuliana Prodan
2019-02-15crypto: caam - use mapped_{src,dst}_nents for job descriptorIuliana Prodan
2019-02-08crypto: qat - Remove unused goto labelHerbert Xu
2019-02-08MAINTAINERS: crypto: ccree: remove co-maintainerGilad Ben-Yossef
2019-02-08crypto: testmgr - check for aead_request corruptionEric Biggers
2019-02-08crypto: testmgr - check for skcipher_request corruptionEric Biggers
2019-02-08crypto: testmgr - convert hash testing to use testvec_configsEric Biggers
2019-02-08crypto: testmgr - convert aead testing to use testvec_configsEric Biggers
2019-02-08crypto: testmgr - convert skcipher testing to use testvec_configsEric Biggers
2019-02-08crypto: testmgr - implement random testvec_config generationEric Biggers
2019-02-08crypto: testmgr - introduce CONFIG_CRYPTO_MANAGER_EXTRA_TESTSEric Biggers
2019-02-08crypto: testmgr - add testvec_config struct and helper functionsEric Biggers
2019-02-08crypto: arm64/aes-neonbs - fix returning final keystream blockEric Biggers
2019-02-08crypto: ahash - fix another early termination in hash walkEric Biggers
2019-02-08crypto: x86/aesni-gcm - fix crash on empty plaintextEric Biggers
2019-02-08crypto: x86/morus - fix handling chunked inputs and MAY_SLEEPEric Biggers
2019-02-08crypto: x86/aegis - fix handling chunked inputs and MAY_SLEEPEric Biggers
2019-02-08crypto: morus - fix handling chunked inputsEric Biggers
2019-02-08crypto: aegis - fix handling chunked inputsEric Biggers
2019-02-08crypto: caam - fixed handling of sg listPankaj Gupta
2019-02-08crypto: arm64/crct10dif-ce - cleanup and optimizationsEric Biggers
2019-02-08crypto: arm/crct10dif-ce - cleanup and optimizationsEric Biggers
2019-02-08crypto: x86/crct10dif-pcl - cleanup and optimizationsEric Biggers
2019-02-08crypto: ccp - fix the SEV probe in kexec boot pathSingh, Brijesh
2019-02-08crypto: testmgr - use kmemdupChristopher Diaz Riveros