summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: rsa - allow only odd e and restrict value in FIPS modeMahmoud Adam2023-06-231-0/+36
* crypto: geniv - Split geniv out of AEAD Kconfig optionHerbert Xu2023-06-232-12/+9
* crypto: algboss - Add missing dependency on RNG2Herbert Xu2023-06-231-3/+4
* crypto: starfive - Add RSA algo supportJia Jie Ho2023-06-235-2/+683
* crypto: starfive - Update hash module irq handlingJia Jie Ho2023-06-231-1/+8
* crypto: caam - optimize RNG sample sizeMeenakshi Aggarwal2023-06-232-22/+44
* crypto: caam - add a test for the RNGVictoria Milhoan (b42089)2023-06-232-0/+57
* crypto: caam - adjust RNG timing to support more devicesVictoria Milhoan2023-06-231-2/+2
* crypto: qat - do not export adf_init_admin_pm()Giovanni Cabiddu2023-06-161-1/+0
* crypto: n2 - Use of_property_read_reg() to parse "reg"Rob Herring2023-06-161-5/+4
* crypto: qat - expose pm_idle_enabled through sysfsLucas Segarra Fernandez2023-06-165-1/+101
* crypto: qat - extend configuration for 4xxxAdam Guerin2023-06-165-22/+163
* crypto: qat - refactor fw config logic for 4xxxGiovanni Cabiddu2023-06-161-38/+58
* crypto: qat - make fw images name constantGiovanni Cabiddu2023-06-165-10/+10
* crypto: qat - move returns to default caseAdam Guerin2023-06-162-11/+10
* crypto: hmac - Add missing blank lineFranziska Naepelt2023-06-161-0/+1
* crypto: qat - unmap buffers before free for RSAHareshx Sankar Raj2023-06-161-5/+4
* crypto: qat - unmap buffer before free for DHHareshx Sankar Raj2023-06-161-3/+2
* dm crypt: Avoid using MAX_CIPHER_BLOCKSIZEHerbert Xu2023-06-091-4/+11
* crypto: qat - update slice mask for 4xxx devicesKarthikeyan Gopal2023-06-091-1/+1
* crypto: qat - set deprecated capabilities as reservedKarthikeyan Gopal2023-06-091-2/+1
* crypto: qat - add missing function declaration in adf_dbgfs.hGiovanni Cabiddu2023-06-061-1/+1
* dt-bindings: qcom-qce: Add compatibles for SM6115 and QCM2290Bhupesh Sharma2023-06-021-9/+35
* dt-bindings: qcom-qce: Fix compatible combinations for SM8150 and IPQ4019 SoCsBhupesh Sharma2023-06-021-0/+6
* crypto: qat - move dbgfs init to separate fileDamian Muszynski2023-06-0213-62/+156
* crypto: atmel - Switch i2c drivers back to use .probe()Uwe Kleine-König2023-06-022-2/+2
* crypto: jitter - correct health test during initializationStephan Müller2023-06-021-6/+3
* hwrng: cn10k - Add extended trng register supportBharat Bhushan2023-06-021-4/+59
* crypto: marvell/cesa - Fix type mismatch warningArnd Bergmann2023-06-021-1/+1
* crypto: ccp - Add support for PCI device 0x156EJohn Allen2023-06-021-0/+15
* crypto: ccp - Add support for PCI device 0x17E0Mario Limonciello2023-06-021-0/+28
* crypto: ccp - Validate that platform access mailbox registers are declaredMario Limonciello2023-06-021-0/+5
* crypto: Kconfig - warn about performance overhead of CRYPTO_STATSEric Biggers2023-05-241-0/+3
* crypto: nx - fix build warnings when DEBUG_FS is not enabledRandy Dunlap2023-05-242-3/+3
* hwrng: imx-rngc - don't init of_device_id's dataMartin Kaiser2023-05-241-1/+1
* hwrng: imx-rngc - mark the probe function as __initMartin Kaiser2023-05-241-1/+1
* hwrng: imx-rngc - use BIT(x) for register bit definesMartin Kaiser2023-05-241-10/+10
* hwrng: imx-rngc - use bitfield macros to read rng typeMartin Kaiser2023-05-241-2/+2
* hwrng: imx-rngc - simpler check for available random bytesMartin Kaiser2023-05-241-8/+3
* crypto: shash - Allow cloning on algorithms with no init_tfmHerbert Xu2023-05-241-5/+7
* crypto: cmac - Add support for cloningHerbert Xu2023-05-241-1/+17
* crypto: cipher - Add crypto_clone_cipherHerbert Xu2023-05-242-0/+25
* crypto: cmac - Use modern init_tfm/exit_tfmHerbert Xu2023-05-241-9/+9
* crypto: aegis128-neon - add header for internal prototypesArnd Bergmann2023-05-243-11/+19
* crypto: starfive - Depend on AMBA_PL08X instead of selecting itHerbert Xu2023-05-241-3/+2
* crypto: starfive - Fix driver dependenciesJia Jie Ho2023-05-221-2/+1
* crypto: arm64/sha256-glue - Include module.hHerbert Xu2023-05-191-1/+2
* crypto: starfive - Add hash and HMAC supportJia Jie Ho2023-05-195-4/+1003
* crypto: starfive - Add crypto engine supportJia Jie Ho2023-05-197-0/+294
* dt-bindings: crypto: Add StarFive crypto moduleJia Jie Ho2023-05-191-0/+70