aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2022-06-24crypto: ccp - Fix device IRQ counting by using platform_irq_count()Gravatar Tom Lendacky 1-10/+2
2022-05-31virtio-crypto: enable retry for virtio-crypto-devGravatar lei he 1-1/+2
2022-05-31virtio-crypto: adjust dst_len at ops callbackGravatar lei he 1-1/+4
2022-05-31virtio-crypto: wait ctrl queue instead of busy pollingGravatar zhenwei pi 4-55/+64
2022-05-31virtio-crypto: use private buffer for control requestGravatar zhenwei pi 3-45/+79
2022-05-31virtio-crypto: change code styleGravatar zhenwei pi 2-53/+59
2022-05-28Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-1/+1
2022-05-27Merge tag 'v5.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 77-881/+2605
2022-05-23crypto: caam - add in-kernel interface for blob generatorGravatar Ahmad Fatoum 3-0/+186
2022-05-23crypto: caam - determine whether CAAM supports blob encap/decapGravatar Ahmad Fatoum 3-3/+19
2022-05-22powerpc/powernv/vas: Assign real address to rx_fifo in vas_rx_win_attrGravatar Haren Myneni 1-1/+1
2022-05-20crypto: hisilicon/sec - delete the flag CRYPTO_ALG_ALLOCATES_MEMORYGravatar Kai Ye 1-2/+0
2022-05-20crypto: qat - add support for 401xx devicesGravatar Giovanni Cabiddu 4-0/+5
2022-05-20crypto: qat - re-enable registration of algorithmsGravatar Giovanni Cabiddu 2-14/+0
2022-05-20crypto: qat - honor CRYPTO_TFM_REQ_MAY_SLEEP flagGravatar Giovanni Cabiddu 3-14/+27
2022-05-20crypto: qat - add param check for DHGravatar Giovanni Cabiddu 1-0/+4
2022-05-20crypto: qat - add param check for RSAGravatar Giovanni Cabiddu 1-0/+8
2022-05-20crypto: qat - remove dma_free_coherent() for DHGravatar Giovanni Cabiddu 1-49/+34
2022-05-20crypto: qat - remove dma_free_coherent() for RSAGravatar Giovanni Cabiddu 1-77/+60
2022-05-20crypto: qat - fix memory leak in RSAGravatar Giovanni Cabiddu 1-11/+1
2022-05-20crypto: qat - add backlog mechanismGravatar Giovanni Cabiddu 9-18/+123
2022-05-20crypto: qat - refactor submission logicGravatar Giovanni Cabiddu 6-54/+101
2022-05-20crypto: qat - use pre-allocated buffers in datapathGravatar Giovanni Cabiddu 2-27/+61
2022-05-20crypto: qat - set to zero DH parameters before freeGravatar Giovanni Cabiddu 1-0/+3
2022-05-13crypto: s390 - add crypto library interface for ChaCha20Gravatar Vladis Dronov 1-2/+2
2022-05-13crypto: talitos - Uniform coding style with defined variableGravatar jianchunfu 1-5/+5
2022-05-13crypto: octeontx2 - simplify the return expression of otx2_cpt_aead_cbc_aes_s...Gravatar Minghao Chi 1-6/+1
2022-05-13crypto: sun8i-ce - do not fallback if cryptlen is less than sg lengthGravatar Corentin Labbe 1-2/+10
2022-05-13crypto: sun8i-ce - rework debuggingGravatar Corentin Labbe 4-19/+96
2022-05-13crypto: sun8i-ce - use sg_nents_for_lenGravatar Corentin Labbe 2-18/+15
2022-05-13crypto: sun8i-ce - Add function for handling hash paddingGravatar Corentin Labbe 1-30/+65
2022-05-13crypto: sun8i-ss - do not fallback if cryptlen is less than sg lengthGravatar Corentin Labbe 1-10/+9
2022-05-13crypto: sun8i-ss - add hmac(sha1)Gravatar Corentin Labbe 3-6/+231
2022-05-13crypto: sun8i-ss - Add function for handling hash paddingGravatar Corentin Labbe 1-22/+65
2022-05-13crypto: sun8i-ss - rework debuggingGravatar Corentin Labbe 4-22/+83
2022-05-13crypto: sun8i-ss - handle requests if last block is not modulo 64Gravatar Corentin Labbe 3-10/+29
2022-05-13crypto: sun8i-ss - do not zeroize all padGravatar Corentin Labbe 1-2/+4
2022-05-13crypto: sun8i-ss - do not allocate memory when handling hash requestsGravatar Corentin Labbe 3-12/+17
2022-05-13crypto: sun8i-ss - use sg_nents_for_lenGravatar Corentin Labbe 1-13/+10
2022-05-13crypto: sun8i-ss - test error before assigningGravatar Corentin Labbe 1-4/+4
2022-05-13crypto: sun8i-ss - remove redundant testGravatar Corentin Labbe 1-11/+1
2022-05-13crypto: sun8i-ss - handle zero sized sgGravatar Corentin Labbe 1-1/+9
2022-05-13crypto: sun8i-ss - rework handling of IVGravatar Corentin Labbe 3-52/+107
2022-05-13crypto: sun4i-ss - do not allocate backup IV on requestsGravatar Corentin Labbe 2-14/+9
2022-05-13crypto: sun8i-ce - do not allocate memory when handling requestsGravatar Corentin Labbe 3-28/+29
2022-05-13crypto: sun8i-ce - Fix minor style issueGravatar Corentin Labbe 1-1/+0
2022-05-13crypto: qcom-rng - fix infinite loop on requests not multiple of WORD_SZGravatar Ondrej Mosnacek 1-0/+1
2022-05-10crypto: vmx - Fix build errorGravatar Masahiro Yamada 1-1/+1
2022-05-06crypto: vmx - Align the short log with Makefile cleanupsGravatar Masahiro Yamada 1-14/+3
2022-05-06crypto: atmel - Avoid flush_scheduled_work() usageGravatar Tetsuo Handa 5-3/+27