aboutsummaryrefslogtreecommitdiff
path: root/drivers/crypto/fsl/fsl_hash.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-20crypto/fsl: fsl_hash: Fix dcache issue in caam_hash_finishGaurav Jain1-0/+8
2022-04-21crypto/fsl: add invalidate_dcache_range for hash output bufferGaurav Jain1-6/+8
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-3/+3
2021-11-09board: fsl_validate: Fix Double free IssueKshitiz Varshney1-7/+7
2021-04-08crypto: fsl: refactor for 32 bit version CAAM support on ARM64Ye Li1-4/+3
2021-04-08crypto: caam: Fix pointer size to 32bit for i.MX8MAymen Sghaier1-1/+2
2020-07-27crypto/fsl: unused value in caam_hash_update()Heinrich Schuchardt1-1/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2019-12-02common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-01-23crypto/fsl: Fix HW accelerated hash commandsBreno Lima1-1/+19
2016-09-23treewide: replace #include <asm-generic/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2015-10-29crypto/fsl: SEC driver cleanup for 64 bit and endiannessAneesh Bansal1-4/+4
2015-02-25crypto/fsl - Add progressive hashing support using hardware acceleration.gaurav rana1-1/+137
2014-10-16fsl_sec: Add hardware accelerated SHA256 and SHA1Ruchika Gupta1-0/+77