summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorLines
2022-07-06crypto: s390 - do not depend on CRYPTO_HW for SIMD implementationsJason A. Donenfeld-115/+0
2022-06-24crypto: ccp - Fix device IRQ counting by using platform_irq_count()Tom Lendacky-10/+2
2022-05-31virtio-crypto: enable retry for virtio-crypto-devlei he-1/+2
2022-05-31virtio-crypto: adjust dst_len at ops callbacklei he-1/+4
2022-05-31virtio-crypto: wait ctrl queue instead of busy pollingzhenwei pi-55/+64
2022-05-31virtio-crypto: use private buffer for control requestzhenwei pi-45/+79
2022-05-31virtio-crypto: change code stylezhenwei pi-53/+59
2022-05-28Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-1/+1
2022-05-27Merge tag 'v5.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-881/+2605
2022-05-23crypto: caam - add in-kernel interface for blob generatorAhmad Fatoum-0/+186
2022-05-23crypto: caam - determine whether CAAM supports blob encap/decapAhmad Fatoum-3/+19
2022-05-22powerpc/powernv/vas: Assign real address to rx_fifo in vas_rx_win_attrHaren Myneni-1/+1
2022-05-20crypto: hisilicon/sec - delete the flag CRYPTO_ALG_ALLOCATES_MEMORYKai Ye-2/+0
2022-05-20crypto: qat - add support for 401xx devicesGiovanni Cabiddu-0/+5
2022-05-20crypto: qat - re-enable registration of algorithmsGiovanni Cabiddu-14/+0
2022-05-20crypto: qat - honor CRYPTO_TFM_REQ_MAY_SLEEP flagGiovanni Cabiddu-14/+27
2022-05-20crypto: qat - add param check for DHGiovanni Cabiddu-0/+4
2022-05-20crypto: qat - add param check for RSAGiovanni Cabiddu-0/+8
2022-05-20crypto: qat - remove dma_free_coherent() for DHGiovanni Cabiddu-49/+34
2022-05-20crypto: qat - remove dma_free_coherent() for RSAGiovanni Cabiddu-77/+60
2022-05-20crypto: qat - fix memory leak in RSAGiovanni Cabiddu-11/+1
2022-05-20crypto: qat - add backlog mechanismGiovanni Cabiddu-18/+123
2022-05-20crypto: qat - refactor submission logicGiovanni Cabiddu-54/+101
2022-05-20crypto: qat - use pre-allocated buffers in datapathGiovanni Cabiddu-27/+61
2022-05-20crypto: qat - set to zero DH parameters before freeGiovanni Cabiddu-0/+3
2022-05-13crypto: s390 - add crypto library interface for ChaCha20Vladis Dronov-2/+2
2022-05-13crypto: talitos - Uniform coding style with defined variablejianchunfu-5/+5
2022-05-13crypto: octeontx2 - simplify the return expression of otx2_cpt_aead_cbc_aes_s...Minghao Chi-6/+1
2022-05-13crypto: sun8i-ce - do not fallback if cryptlen is less than sg lengthCorentin Labbe-2/+10
2022-05-13crypto: sun8i-ce - rework debuggingCorentin Labbe-19/+96
2022-05-13crypto: sun8i-ce - use sg_nents_for_lenCorentin Labbe-18/+15
2022-05-13crypto: sun8i-ce - Add function for handling hash paddingCorentin Labbe-30/+65
2022-05-13crypto: sun8i-ss - do not fallback if cryptlen is less than sg lengthCorentin Labbe-10/+9
2022-05-13crypto: sun8i-ss - add hmac(sha1)Corentin Labbe-6/+231
2022-05-13crypto: sun8i-ss - Add function for handling hash paddingCorentin Labbe-22/+65
2022-05-13crypto: sun8i-ss - rework debuggingCorentin Labbe-22/+83
2022-05-13crypto: sun8i-ss - handle requests if last block is not modulo 64Corentin Labbe-10/+29
2022-05-13crypto: sun8i-ss - do not zeroize all padCorentin Labbe-2/+4
2022-05-13crypto: sun8i-ss - do not allocate memory when handling hash requestsCorentin Labbe-12/+17
2022-05-13crypto: sun8i-ss - use sg_nents_for_lenCorentin Labbe-13/+10
2022-05-13crypto: sun8i-ss - test error before assigningCorentin Labbe-4/+4
2022-05-13crypto: sun8i-ss - remove redundant testCorentin Labbe-11/+1
2022-05-13crypto: sun8i-ss - handle zero sized sgCorentin Labbe-1/+9
2022-05-13crypto: sun8i-ss - rework handling of IVCorentin Labbe-52/+107
2022-05-13crypto: sun4i-ss - do not allocate backup IV on requestsCorentin Labbe-14/+9
2022-05-13crypto: sun8i-ce - do not allocate memory when handling requestsCorentin Labbe-28/+29
2022-05-13crypto: sun8i-ce - Fix minor style issueCorentin Labbe-1/+0
2022-05-13crypto: qcom-rng - fix infinite loop on requests not multiple of WORD_SZOndrej Mosnacek-0/+1
2022-05-10crypto: vmx - Fix build errorMasahiro Yamada-1/+1
2022-05-06crypto: vmx - Align the short log with Makefile cleanupsMasahiro Yamada-14/+3