summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-06-23crypto: sig - Add interface for sign/verifyHerbert Xu8-18/+385
2023-06-23crypto: akcipher - Add sync interface without SG listsHerbert Xu2-0/+131
2023-06-23crypto: cipher - On clone do crypto_mod_get()Dmitry Safonov1-1/+6
2023-06-23crypto: api - Add __crypto_alloc_tfmgfpHerbert Xu3-5/+14
2023-06-23crypto: api - Remove crypto_init_ops()Dmitry Safonov2-15/+0
2023-06-23crypto: rsa - allow only odd e and restrict value in FIPS modeMahmoud Adam1-0/+36
2023-06-23crypto: geniv - Split geniv out of AEAD Kconfig optionHerbert Xu2-12/+9
2023-06-23crypto: algboss - Add missing dependency on RNG2Herbert Xu1-3/+4
2023-06-23crypto: starfive - Add RSA algo supportJia Jie Ho5-2/+683
2023-06-23crypto: starfive - Update hash module irq handlingJia Jie Ho1-1/+8
2023-06-23crypto: caam - optimize RNG sample sizeMeenakshi Aggarwal2-22/+44
2023-06-23crypto: caam - add a test for the RNGVictoria Milhoan (b42089)2-0/+57
2023-06-23crypto: caam - adjust RNG timing to support more devicesVictoria Milhoan1-2/+2
2023-06-16crypto: qat - do not export adf_init_admin_pm()Giovanni Cabiddu1-1/+0
2023-06-16crypto: n2 - Use of_property_read_reg() to parse "reg"Rob Herring1-5/+4
2023-06-16crypto: qat - expose pm_idle_enabled through sysfsLucas Segarra Fernandez5-1/+101
2023-06-16crypto: qat - extend configuration for 4xxxAdam Guerin5-22/+163
2023-06-16crypto: qat - refactor fw config logic for 4xxxGiovanni Cabiddu1-38/+58
2023-06-16crypto: qat - make fw images name constantGiovanni Cabiddu5-10/+10
2023-06-16crypto: qat - move returns to default caseAdam Guerin2-11/+10
2023-06-16crypto: hmac - Add missing blank lineFranziska Naepelt1-0/+1
2023-06-16crypto: qat - unmap buffers before free for RSAHareshx Sankar Raj1-5/+4
2023-06-16crypto: qat - unmap buffer before free for DHHareshx Sankar Raj1-3/+2
2023-06-09dm crypt: Avoid using MAX_CIPHER_BLOCKSIZEHerbert Xu1-4/+11
2023-06-09crypto: qat - update slice mask for 4xxx devicesKarthikeyan Gopal1-1/+1
2023-06-09crypto: qat - set deprecated capabilities as reservedKarthikeyan Gopal1-2/+1
2023-06-06crypto: qat - add missing function declaration in adf_dbgfs.hGiovanni Cabiddu1-1/+1
2023-06-02dt-bindings: qcom-qce: Add compatibles for SM6115 and QCM2290Bhupesh Sharma1-9/+35
2023-06-02dt-bindings: qcom-qce: Fix compatible combinations for SM8150 and IPQ4019 SoCsBhupesh Sharma1-0/+6
2023-06-02crypto: qat - move dbgfs init to separate fileDamian Muszynski13-62/+156
2023-06-02crypto: atmel - Switch i2c drivers back to use .probe()Uwe Kleine-König2-2/+2
2023-06-02crypto: jitter - correct health test during initializationStephan Müller1-6/+3
2023-06-02hwrng: cn10k - Add extended trng register supportBharat Bhushan1-4/+59
2023-06-02crypto: marvell/cesa - Fix type mismatch warningArnd Bergmann1-1/+1
2023-06-02crypto: ccp - Add support for PCI device 0x156EJohn Allen1-0/+15
2023-06-02crypto: ccp - Add support for PCI device 0x17E0Mario Limonciello1-0/+28
2023-06-02crypto: ccp - Validate that platform access mailbox registers are declaredMario Limonciello1-0/+5
2023-05-24crypto: Kconfig - warn about performance overhead of CRYPTO_STATSEric Biggers1-0/+3
2023-05-24crypto: nx - fix build warnings when DEBUG_FS is not enabledRandy Dunlap2-3/+3
2023-05-24hwrng: imx-rngc - don't init of_device_id's dataMartin Kaiser1-1/+1
2023-05-24hwrng: imx-rngc - mark the probe function as __initMartin Kaiser1-1/+1
2023-05-24hwrng: imx-rngc - use BIT(x) for register bit definesMartin Kaiser1-10/+10
2023-05-24hwrng: imx-rngc - use bitfield macros to read rng typeMartin Kaiser1-2/+2
2023-05-24hwrng: imx-rngc - simpler check for available random bytesMartin Kaiser1-8/+3
2023-05-24crypto: shash - Allow cloning on algorithms with no init_tfmHerbert Xu1-5/+7
2023-05-24crypto: cmac - Add support for cloningHerbert Xu1-1/+17
2023-05-24crypto: cipher - Add crypto_clone_cipherHerbert Xu2-0/+25
2023-05-24crypto: cmac - Use modern init_tfm/exit_tfmHerbert Xu1-9/+9
2023-05-24crypto: aegis128-neon - add header for internal prototypesArnd Bergmann3-11/+19
2023-05-24crypto: starfive - Depend on AMBA_PL08X instead of selecting itHerbert Xu1-3/+2