summaryrefslogtreecommitdiffstats
path: root/lib/logic_pio.c (unfollow)
Commit message (Expand)AuthorFilesLines
2019-02-28crypto: x86/poly1305 - Clear key material from stack in SSE2 variantTommi Hirvola1-0/+4
2019-02-28crypto: caam - generate hash keys in-placeHoria Geantă2-47/+23
2019-02-28crypto: caam - fix DMA mapping xcbc key twiceHoria Geantă1-2/+1
2019-02-28crypto: caam - fix hash context DMA unmap sizeFranck LENORMAND1-3/+5
2019-02-28hwrng: bcm2835 - fix probe as platform deviceJonas Gorski1-8/+10
2019-02-28crypto: s5p-sss - Use AES_BLOCK_SIZE define instead of numberKrzysztof Kozlowski1-2/+4
2019-02-28crypto: stm32 - drop pointless static qualifier in stm32_hash_remove()Mao Wenan1-1/+1
2019-02-28crypto: chelsio - Fixed Traffic StallAtul Gupta1-13/+20
2019-02-28crypto: marvell - Remove set but not used variable 'ivsize'YueHaibing1-2/+0
2019-02-22crypto: ccp - Update driver messages to remove some confusionLendacky, Thomas2-9/+14
2019-02-22crypto: adiantum - add 1536 and 4096-byte test vectorsEric Biggers1-0/+2860
2019-02-22crypto: nhpoly1305 - add a test vector with len % 16 != 0Eric Biggers1-0/+144
2019-02-22crypto: arm/aes-ce - update IV after partial final CTR blockEric Biggers1-13/+13
2019-02-22crypto: arm64/aes-blk - update IV after partial final CTR blockEric Biggers1-2/+1
2019-02-22crypto: testmgr - add iv_out to all CTR test vectorsEric Biggers1-0/+45
2019-02-22crypto: testmgr - add iv_out to all CBC test vectorsEric Biggers1-0/+48
2019-02-22crypto: testmgr - support checking skcipher output IVEric Biggers2-7/+11
2019-02-22crypto: testmgr - remove extra bytes from 3DES-CTR IVsEric Biggers1-4/+2
2019-02-22crypto: rockchip - update new iv to device in multiple operationsZhang Zhijie2-0/+35
2019-02-22crypto: rockchip - fix scatterlist nents errorZhang Zhijie4-5/+7
2019-02-22crypto: ccree - fix missing break in switch statementGustavo A. R. Silva1-0/+1
2019-02-22crypto: caam/qi2 - relax busy polling while enqueuing FDsHoria Geantă1-0/+2
2019-02-22crypto: caam/qi2 - rate-limit enqueue failure printsHoria Geantă1-1/+1
2019-02-22crypto: caam/qi2 - use affine DPIOsHoria Geantă2-23/+31
2019-02-22crypto: chtls - remove cdev_list_lockSebastian Andrzej Siewior1-1/+0
2019-02-15crypto: caam - weak key checking for cbc des, 3desIuliana Prodan1-2/+2
2019-02-15crypto: caam - add ecb(*) supportIuliana Prodan4-49/+161
2019-02-15crypto: export arc4 definesIuliana Prodan3-7/+15
2019-02-15crypto: caam - use mapped_{src,dst}_nents for job descriptorIuliana Prodan1-7/+20
2019-02-08crypto: qat - Remove unused goto labelHerbert Xu1-1/+0
2019-02-08MAINTAINERS: crypto: ccree: remove co-maintainerGilad Ben-Yossef1-1/+0
2019-02-08crypto: testmgr - check for aead_request corruptionEric Biggers1-0/+44
2019-02-08crypto: testmgr - check for skcipher_request corruptionEric Biggers1-0/+41
2019-02-08crypto: testmgr - convert hash testing to use testvec_configsEric Biggers2-550/+352
2019-02-08crypto: testmgr - convert aead testing to use testvec_configsEric Biggers2-475/+185
2019-02-08crypto: testmgr - convert skcipher testing to use testvec_configsEric Biggers2-523/+245
2019-02-08crypto: testmgr - implement random testvec_config generationEric Biggers1-0/+117
2019-02-08crypto: testmgr - introduce CONFIG_CRYPTO_MANAGER_EXTRA_TESTSEric Biggers2-0/+24
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