summaryrefslogtreecommitdiff
path: root/drivers/crypto/inside-secure/safexcel_hash.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-05crypto: inside-secure - fix hash when length is a multiple of a blockAntoine Ténart1-10/+24
2018-01-05crypto: inside-secure - avoid unmapping DMA memory that was not mappedAntoine Ténart1-8/+12
2017-12-22crypto: inside-secure - EIP97 supportAntoine Ténart1-5/+14
2017-12-22crypto: inside-secure - move request dequeueing into a workqueueAntoine Ténart1-6/+6
2017-12-22crypto: inside-secure - remove unused parameter in invalidate_cacheOfer Heifetz1-1/+1
2017-12-22crypto: inside-secure - EBUSY is not an error on async requestOfer Heifetz1-1/+1
2017-12-22crypto: inside-secure - refrain from unneeded invalidationsOfer Heifetz1-8/+16
2017-12-22crypto: inside-secure - comment the caching functionAntoine Ténart1-0/+10
2017-12-22crypto: inside-secure - remove useless memsetAntoine Ténart1-1/+0
2017-12-22crypto: inside-secure - fix typo in a commentAntoine Ténart1-1/+1
2017-12-22crypto: inside-secure - remove extra empty lineAntoine Ténart1-1/+0
2017-12-22crypto: inside-secure - do not use areq->result for partial resultsAntoine Ténart1-5/+5
2017-12-22crypto: inside-secure - fix request allocations in invalidation pathAntoine Ténart1-7/+7
2017-12-22crypto: inside-secure - per request invalidationOfer Heifetz1-14/+53
2017-09-22crypto: inside-secure - remove null check before kfreeHimanshu Jha1-4/+2
2017-09-20crypto: inside-secure - fix gcc-4.9 warningsArnd Bergmann1-1/+1
2017-08-03crypto: inside-secure - fix the sha state length in hmac_sha1_setkeyAntoine Ténart1-1/+1
2017-08-03crypto: inside-secure - fix invalidation check in hmac_sha1_setkeyAntoine Ténart1-3/+3
2017-06-20crypto: inside-secure - use one queue per hw ringAntoine Ténart1-16/+22
2017-06-20crypto: inside-secure - update the context and request laterAntoine Ténart1-4/+4
2017-06-20crypto: inside-secure - use hmac ipad/opad constantsAntoine Ténart1-2/+3
2017-06-10crypto: inside-secure - add SafeXcel EIP197 crypto engine driverAntoine Ténart1-0/+1045