summaryrefslogtreecommitdiff
path: root/drivers/crypto/fsl
AgeCommit message (Expand)Author
2023-01-20global: Finish CONFIG -> CFG migrationTom Rini
2023-01-12Uboot RNG Driver using Data Co-processorKshitiz Varshney
2022-11-10global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespaceTom Rini
2022-10-21crypto/fsl: fsl_rsa: Fix dcache issue in the driverYe Li
2022-09-29dm: core: Drop ofnode_is_available()Simon Glass
2022-09-18crypto/fsl: fsl_hash: Fix crash in flush dcacheGaurav Jain
2022-08-12Convert CONFIG_SYS_FSL_MAX_NUM_OF_SEC to KconfigTom Rini
2022-06-16crypto: fsl_hash: Remove unnecessary alignment check in caam_hash()Stefan Roese
2022-05-20crypto/fsl: fsl_hash: Fix dcache issue in caam_hash_finishGaurav Jain
2022-05-19i.MX8 crypto/fsl: Enable fsl CAAM rng driverGaurav Jain
2022-05-19i.MX6SX: crypto/fsl: fix entropy delay valueGaurav Jain
2022-04-21crypto/fsl: add invalidate_dcache_range for hash output bufferGaurav Jain
2022-04-21crypto/fsl: Clear the memory when blob decapsulation failsGaurav Jain
2022-04-12crypto/fsl: i.MX8: Enable Job ring driver model.Gaurav Jain
2022-04-12crypto/fsl: Add support for CAAM Job ring driver modelGaurav Jain
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-11-09board: fsl_validate: Fix Double free IssueKshitiz Varshney
2021-09-08image: Drop if/elseif hash selection in calculate_hash()Alexandru Gagniuc
2021-08-18crypto/fsl: fix missed dma_addr_t -> caam_dma_addr_t conversionHoria Geantă
2021-04-08crypto: fsl: refactor for 32 bit version CAAM support on ARM64Ye Li
2021-04-08fsl_mfgprot: Fix typo in sign_mppubk()Breno Lima
2021-04-08imx8m: Add DEK blob encapsulation for imx8mClement Faure
2021-04-08crypto: caam: Fix pointer size to 32bit for i.MX8MAymen Sghaier
2021-04-08crypto: caam: Fix build warnings pointer castingAymen Sghaier
2021-04-08crypto: caam: Add CAAM support to i.MX8M platformsAymen Sghaier
2021-04-08caam: enable support for iMX7ULPFranck LENORMAND
2021-04-08crypto: caam: change JR running loopFranck LENORMAND
2021-04-08crypto: fsl: blob: Flush dcache range for destination addressBreno Lima
2021-04-08imx: imx7 Support for Manufacturing ProtectionBreno Lima
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-07-27crypto/fsl: add RNG supportMichael Walle
2020-07-27crypto/fsl: instantiate the RNG with prediciton resistanceMichael Walle
2020-07-27crypto/fsl: don't regenerate secure keysMichael Walle
2020-07-27crypto/fsl: support newer SEC modulesMichael Walle
2020-07-27crypto/fsl: export caam_get_era()Michael Walle
2020-07-27crypto/fsl: make SEC%u status line consistentMichael Walle
2020-07-27crypto/fsl: unused value in caam_hash_update()Heinrich Schuchardt
2020-07-27crypto/fsl: correct printf() statement.Heinrich Schuchardt
2020-07-27crypto/fsl: fix unaligned accessMichael Walle
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-04-16drivers: crypto: rsa_mod_exp: avoid DM_FLAG_PRE_RELOCHeinrich Schuchardt
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-12-02common: Move some time functions out of common.hSimon Glass
2019-06-11Revert "drivers/crypto/fsl: assign job-rings to non-TrustZone"Breno Matheus Lima
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada
2018-02-09crypto/fsl: instantiate all rng state handlesLukas Auer
2018-02-04drivers/crypto/fsl: assign job-rings to non-TrustZoneBryan O'Donoghue