summaryrefslogtreecommitdiff
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2021-09-08image: Drop if/elseif hash selection in calculate_hash()Alexandru Gagniuc1-0/+2
2021-08-18crypto/fsl: fix missed dma_addr_t -> caam_dma_addr_t conversionHoria Geantă1-1/+1
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay1-0/+2
2021-04-08crypto: fsl: refactor for 32 bit version CAAM support on ARM64Ye Li8-72/+93
2021-04-08fsl_mfgprot: Fix typo in sign_mppubk()Breno Lima1-1/+1
2021-04-08imx8m: Add DEK blob encapsulation for imx8mClement Faure1-2/+1
2021-04-08crypto: caam: Fix pointer size to 32bit for i.MX8MAymen Sghaier5-32/+36
2021-04-08crypto: caam: Fix build warnings pointer castingAymen Sghaier1-2/+3
2021-04-08crypto: caam: Add CAAM support to i.MX8M platformsAymen Sghaier1-1/+3
2021-04-08caam: enable support for iMX7ULPFranck LENORMAND1-1/+1
2021-04-08crypto: caam: change JR running loopFranck LENORMAND2-7/+9
2021-04-08crypto: fsl: blob: Flush dcache range for destination addressBreno Lima1-0/+6
2021-04-08imx: imx7 Support for Manufacturing ProtectionBreno Lima3-0/+162
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-05dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass2-2/+2
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-07-27crypto/fsl: add RNG supportMichael Walle6-0/+125
2020-07-27crypto/fsl: instantiate the RNG with prediciton resistanceMichael Walle4-7/+76
2020-07-27crypto/fsl: don't regenerate secure keysMichael Walle3-7/+8
2020-07-27crypto/fsl: support newer SEC modulesMichael Walle1-2/+10
2020-07-27crypto/fsl: export caam_get_era()Michael Walle1-1/+9
2020-07-27crypto/fsl: make SEC%u status line consistentMichael Walle1-7/+7
2020-07-27crypto/fsl: unused value in caam_hash_update()Heinrich Schuchardt1-1/+1
2020-07-27crypto/fsl: correct printf() statement.Heinrich Schuchardt1-2/+2
2020-07-27crypto/fsl: fix unaligned accessMichael Walle1-14/+13
2020-05-19drivers: crypto: mod_exp_sw: Re-add DM_FLAG_PRE_RELOCJan Kiszka1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass7-0/+7
2020-05-19common: Drop net.h from common headerSimon Glass5-0/+6
2020-04-16drivers: crypto: rsa_mod_exp: avoid DM_FLAG_PRE_RELOCHeinrich Schuchardt2-2/+0
2020-01-25crypto: make mod_exp_sw() staticHeinrich Schuchardt1-2/+2
2019-12-03common: Move ARM cache operations out of common.hSimon Glass4-0/+4
2019-12-03common: Move some time functions out of common.hSimon Glass1-0/+1
2019-10-24drivers: crypto: rsa_mod_exp: Add manual relocation for ops->mod_exp()T Karthik Reddy1-1/+14
2019-06-11Revert "drivers/crypto/fsl: assign job-rings to non-TrustZone"Breno Matheus Lima2-11/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini20-43/+20
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2018-02-09crypto/fsl: instantiate all rng state handlesLukas Auer4-39/+57
2018-02-04drivers/crypto/fsl: assign job-rings to non-TrustZoneBryan O'Donoghue2-0/+11
2018-01-23crypto/fsl: Fix HW accelerated hash commandsBreno Lima1-1/+19
2018-01-08crypto/fsl: fix BLOB encapsulation and decapsulationClemens Gruber1-14/+89
2017-09-04crypto/fsl: fix obj-yy in MakefileClemens Gruber1-1/+2
2017-05-22Convert CONFIG_CMD_HASH to KconfigSimon Glass1-0/+1
2017-05-22lib: move hash CONFIG options to KconfigTom Rini1-0/+1
2017-04-18Merge git://git.denx.de/u-boot-fsl-qoriqTom Rini2-12/+13
2017-04-18drivers/crypto/fsl: remove redundant logical contraintxypron.glpk@gmx.de1-2/+1
2017-04-17armv8: ls2080a: Drop macro CONFIG_LS2080AYork Sun1-1/+1
2017-04-17arm: ls1046ardb: Add SD secure boot targetRuchika Gupta2-11/+12
2017-01-05crypto: Move CONFIG_SYS_FSL_SEC_LE and _BE to KconfigYork Sun1-0/+6
2017-01-05crypto: Move SYS_FSL_SEC_COMPAT into driver KconfigYork Sun1-0/+33
2016-11-24powerpc: C29X: Move CONFIG_PPC_C29X to Kconfig optionYork Sun1-1/+1