aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-01crypto: dh - Make public key test FIPS-onlyGravatar Herbert Xu 1-28/+29
2024-02-24crypto: rockchip - fix to check return valueGravatar Kilian Zinnecker 1-0/+5
2024-02-24crypto: jitter - fix CRYPTO_JITTERENTROPY help textGravatar Randy Dunlap 1-2/+3
2024-02-24crypto: qat - make ring to service map common for QAT GEN4Gravatar Damian Muszynski 5-112/+90
2024-02-24crypto: qat - fix ring to service map for dcc in 420xxGravatar Damian Muszynski 1-0/+8
2024-02-24crypto: qat - fix ring to service map for dcc in 4xxxGravatar Damian Muszynski 1-0/+8
2024-02-24crypto: qat - fix comment structureGravatar Adam Guerin 1-2/+2
2024-02-24crypto: qat - remove unnecessary description from commentGravatar Adam Guerin 3-6/+2
2024-02-24crypto: qat - remove double initialization of valueGravatar Adam Guerin 1-4/+2
2024-02-24crypto: qat - avoid division by zeroGravatar Adam Guerin 1-0/+3
2024-02-24crypto: qat - removed unused macro in adf_cnv_dbgfs.cGravatar Adam Guerin 1-1/+0
2024-02-24crypto: qat - remove unused macros in qat_comp_alg.cGravatar Adam Guerin 1-9/+0
2024-02-24crypto: qat - uninitialized variable in adf_hb_error_inject_write()Gravatar Dan Carpenter 1-5/+6
2024-02-24crypto: ccp - Update return values for some unit testsGravatar Mario Limonciello 1-3/+5
2024-02-24crypto: ccp - Avoid discarding errors in psp_send_platform_access_msg()Gravatar Mario Limonciello 1-2/+9
2024-02-24crypto: arm/sha - fix function cast warningsGravatar Arnd Bergmann 2-15/+10
2024-02-24Documentation: qat: fix auto_reset sectionGravatar Giovanni Cabiddu 1-1/+1
2024-02-17crypto: qat - resolve race condition during AER recoveryGravatar Damian Muszynski 1-6/+16
2024-02-17crypto: qat - change SLAs cleanup flow at shutdownGravatar Damian Muszynski 1-1/+19
2024-02-17MAINTAINERS: adjust file entries after crypto vmx file movementGravatar Lukas Bulwahn 1-7/+11
2024-02-17crypto: hisilicon/qm - change function type to voidGravatar Weili Qian 2-28/+12
2024-02-17crypto: hisilicon/qm - obtain stop queue statusGravatar Weili Qian 6-26/+138
2024-02-17crypto: hisilicon/qm - add stop function by hardwareGravatar Weili Qian 2-8/+34
2024-02-17crypto: ccp - State in dmesg that TSME is enabledGravatar Borislav Petkov (AMD) 1-4/+7
2024-02-09crypto: rsa - restrict plaintext/ciphertext values moreGravatar Joachim Vandersmissen 1-4/+32
2024-02-09crypto: qat - improve aer error reset handlingGravatar Mun Chun Yep 1-1/+25
2024-02-09crypto: qat - limit heartbeat notificationsGravatar Furong Zhou 2-3/+17
2024-02-09crypto: qat - add auto reset on errorGravatar Damian Muszynski 5-1/+69
2024-02-09crypto: qat - add fatal error notificationGravatar Mun Chun Yep 2-1/+9
2024-02-09crypto: qat - re-enable sriov after pf resetGravatar Mun Chun Yep 4-4/+79
2024-02-09crypto: qat - update PFVF protocol for recoveryGravatar Mun Chun Yep 8-2/+109
2024-02-09crypto: qat - disable arbitration before resetGravatar Furong Zhou 1-0/+8
2024-02-09crypto: qat - add fatal error notify methodGravatar Furong Zhou 3-0/+45
2024-02-09crypto: qat - add heartbeat error simulatorGravatar Damian Muszynski 9-6/+214
2024-02-09crypto: virtio - remove duplicate check if queue is brokenGravatar Li RongQing 1-2/+0
2024-02-09crypto: xilinx - call finalize with bh disabledGravatar Quanyang Wang 1-0/+3
2024-02-02crypto: ahash - unexport crypto_hash_alg_has_setkey()Gravatar Eric Biggers 2-13/+10
2024-02-02crypto: hisilicon/sec - remove unused parameterGravatar Wenkai Lin 1-10/+6
2024-02-02crypto: hisilicon/sec2 - fix some cleanup issuesGravatar Qi Tao 1-2/+2
2024-02-02crypto: hisilicon/sec2 - modify nested macro callGravatar Qi Tao 1-9/+4
2024-02-02crypto: hisilicon/sec2 - updates the sec DFX function registerGravatar Qi Tao 1-0/+5
2024-01-26dt-bindings: crypto: ice: Document SC7180 inline crypto engineGravatar David Wronek 1-0/+1
2024-01-26crypto: testmgr - remove unused xts4096 and xts512 algorithms from testmgr.cGravatar Joachim Vandersmissen 1-8/+0
2024-01-26crypto: qat - use kcalloc_node() instead of kzalloc_node()Gravatar Erick Archer 1-1/+1
2024-01-26crypto: sun8i-ce - Use kcalloc() instead of kzalloc()Gravatar Erick Archer 1-1/+1
2024-01-26crypto: hisilicon - Fix smp_processor_id() warningsGravatar Wenkai Lin 3-3/+3
2024-01-26crypto: arm64/aes-ccm - Merge finalization into en/decrypt asm helpersGravatar Ard Biesheuvel 2-38/+29
2024-01-26crypto: arm64/aes-ccm - Merge encrypt and decrypt tail handlingGravatar Ard Biesheuvel 1-13/+13
2024-01-26crypto: arm64/aes-ccm - Cache round keys and unroll AES loopsGravatar Ard Biesheuvel 1-57/+38
2024-01-26crypto: arm64/aes-ccm - Reuse existing MAC update for AAD inputGravatar Ard Biesheuvel 4-79/+43