summaryrefslogtreecommitdiff
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
* Correct SPL uses of HW_WATCHDOGSimon Glass2023-02-102-2/+2
* global: Finish CONFIG -> CFG migrationTom Rini2023-01-202-4/+4
* Uboot RNG Driver using Data Co-processorKshitiz Varshney2023-01-123-0/+193
* global: Migrate CONFIG_SYS_FSL* symbols to the CFG_SYS namespaceTom Rini2022-11-103-8/+8
* crypto: hash: sw: fix Kconfig dependenciesBenjamin Bara2022-10-261-1/+2
* crypto/fsl: fsl_rsa: Fix dcache issue in the driverYe Li2022-10-211-0/+10
* dm: core: Drop ofnode_is_available()Simon Glass2022-09-291-1/+1
* Merge branch 'master' into nextTom Rini2022-09-191-6/+16
|\
| * crypto/fsl: fsl_hash: Fix crash in flush dcacheGaurav Jain2022-09-181-6/+16
* | cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese2022-09-182-2/+2
|/
* Convert CONFIG_SYS_FSL_MAX_NUM_OF_SEC to KconfigTom Rini2022-08-121-0/+5
* crypto: nuvoton: Add NPCM7xx SHA driverJim Liu2022-06-223-0/+904
* crypto: nuvoton: Add NPCM7xx AES driverJim Liu2022-06-225-0/+313
* crypto: fsl_hash: Remove unnecessary alignment check in caam_hash()Stefan Roese2022-06-161-6/+0
* crypto/fsl: fsl_hash: Fix dcache issue in caam_hash_finishGaurav Jain2022-05-201-0/+8
* i.MX8 crypto/fsl: Enable fsl CAAM rng driverGaurav Jain2022-05-191-1/+7
* i.MX6SX: crypto/fsl: fix entropy delay valueGaurav Jain2022-05-191-1/+10
* crypto/fsl: add invalidate_dcache_range for hash output bufferGaurav Jain2022-04-211-6/+8
* crypto/fsl: Clear the memory when blob decapsulation failsGaurav Jain2022-04-211-0/+4
* crypto/fsl: i.MX8: Enable Job ring driver model.Gaurav Jain2022-04-122-3/+46
* crypto/fsl: Add support for CAAM Job ring driver modelGaurav Jain2022-04-123-114/+241
* crypto: aspeed: fix polling RSA status wrong issueNeal Liu2022-02-211-1/+1
* doc: replace @return by Return:Heinrich Schuchardt2022-01-193-6/+6
* crypto: aspeed: Add AST2600 ACRY supportChia-Wei Wang2021-11-173-0/+201
* crypto: aspeed: Add AST2600 HACE supportJohnny Huang2021-11-176-0/+403
* board: fsl_validate: Fix Double free IssueKshitiz Varshney2021-11-091-7/+7
* WS cleanup: remove SPACE(s) followed by TABWIP/2021-09-30-whitespace-cleanupsWolfgang Denk2021-09-301-1/+1
* Merge tag 'v2021.10-rc4' into nextTom Rini2021-09-161-0/+2
|\
| * image: Drop if/elseif hash selection in calculate_hash()Alexandru Gagniuc2021-09-081-0/+2
* | crypto: hash: Add software hash DM driverChia-Wei Wang2021-09-013-0/+313
* | dm: hash: Add new UCLASS_HASH supportChia-Wei Wang2021-09-015-0/+134
|/
* crypto/fsl: fix missed dma_addr_t -> caam_dma_addr_t conversionHoria Geantă2021-08-181-1/+1
* dm: define LOG_CATEGORY for all uclassPatrick Delaunay2021-07-061-0/+2
* crypto: fsl: refactor for 32 bit version CAAM support on ARM64Ye Li2021-04-088-72/+93
* fsl_mfgprot: Fix typo in sign_mppubk()Breno Lima2021-04-081-1/+1
* imx8m: Add DEK blob encapsulation for imx8mClement Faure2021-04-081-2/+1
* crypto: caam: Fix pointer size to 32bit for i.MX8MAymen Sghaier2021-04-085-32/+36
* crypto: caam: Fix build warnings pointer castingAymen Sghaier2021-04-081-2/+3
* crypto: caam: Add CAAM support to i.MX8M platformsAymen Sghaier2021-04-081-1/+3
* caam: enable support for iMX7ULPFranck LENORMAND2021-04-081-1/+1
* crypto: caam: change JR running loopFranck LENORMAND2021-04-082-7/+9
* crypto: fsl: blob: Flush dcache range for destination addressBreno Lima2021-04-081-0/+6
* imx: imx7 Support for Manufacturing ProtectionBreno Lima2021-04-083-0/+162
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-021-0/+1
* dm: Rename U_BOOT_DEVICE() to U_BOOT_DRVINFO()Simon Glass2021-01-052-2/+2
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-1/+1
* crypto/fsl: add RNG supportMichael Walle2020-07-276-0/+125
* crypto/fsl: instantiate the RNG with prediciton resistanceMichael Walle2020-07-274-7/+76
* crypto/fsl: don't regenerate secure keysMichael Walle2020-07-273-7/+8
* crypto/fsl: support newer SEC modulesMichael Walle2020-07-271-2/+10