aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/inside-secure (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-26crypto: inside-secure - make function safexcel_try_push_requests staticColin Ian King1-2/+2
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énart4-138/+264
2017-12-22crypto: inside-secure - retry to proceed the request later on failAntoine Ténart2-9/+29
2017-12-22crypto: inside-secure - handle more result requests when counter is fullAntoine Ténart2-3/+14
2017-12-22crypto: inside-secure - acknowledge the result requests all at onceAntoine Ténart1-6/+10
2017-12-22crypto: inside-secure - increase the ring sizeAntoine Ténart1-2/+2
2017-12-22crypto: inside-secure - dequeue all requests at onceAntoine Ténart2-12/+56
2017-12-22crypto: inside-secure - use threaded IRQs for result handlingAntoine Ténart2-20/+22
2017-12-22crypto: inside-secure - move request dequeueing into a workqueueAntoine Ténart4-26/+29
2017-12-22crypto: inside-secure - remove unused parameter in invalidate_cacheOfer Heifetz4-4/+2
2017-12-22crypto: inside-secure - move cipher crypto mode to request contextOfer Heifetz1-4/+7
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 Heifetz2-12/+22
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énart2-15/+15
2017-12-22crypto: inside-secure - free requests even if their handling failedAntoine Ténart1-0/+1
2017-12-22crypto: inside-secure - per request invalidationOfer Heifetz2-27/+111
2017-09-22crypto: inside-secure - remove null check before kfreeHimanshu Jha1-4/+2
2017-09-20crypto: inside-secure - fix gcc-4.9 warningsArnd Bergmann2-2/+2
2017-08-22crypto: inside-secure - fix an error handling path in safexcel_probe()Christophe Jaillet1-2/+3
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-07-18crypto: inside-secure - do not parse the dma mask from dtAntoine Ténart1-4/+1
2017-06-20crypto: inside-secure - use the base_end pointer in ring rollbackAntoine Ténart1-1/+1
2017-06-20crypto: inside-secure - increase the batch sizeAntoine Ténart1-1/+1
2017-06-20crypto: inside-secure - only dequeue when neededAntoine Ténart1-3/+3
2017-06-20crypto: inside-secure - get the backlog before dequeueing the requestAntoine Ténart1-1/+1
2017-06-20crypto: inside-secure - stop requeueing failed requestsAntoine Ténart1-8/+10
2017-06-20crypto: inside-secure - use one queue per hw ringAntoine Ténart4-85/+89
2017-06-20crypto: inside-secure - update the context and request laterAntoine Ténart2-8/+7
2017-06-20crypto: inside-secure - align the cipher and hash send functionsOfer Heifetz1-1/+1
2017-06-20crypto: inside-secure - optimize DSE bufferability controlIgal Liberman2-0/+2
2017-06-20crypto: inside-secure - enable single WR in DSE configurationIgal Liberman2-0/+2
2017-06-20crypto: inside-secure - fix incorrect DSE data cache settingAntoine Ténart1-1/+1
2017-06-20crypto: inside-secure - fix the ring wr_cache offsetAntoine Ténart1-1/+1
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énart6-0/+3262