summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/inside-secure
Commit message (Expand)AuthorAgeFilesLines
* crypto: inside-secure - make function safexcel_try_push_requests staticColin Ian King2018-01-251-2/+2
* crypto: inside-secure - fix hash when length is a multiple of a blockAntoine Ténart2018-01-051-10/+24
* crypto: inside-secure - avoid unmapping DMA memory that was not mappedAntoine Ténart2018-01-051-8/+12
* crypto: inside-secure - EIP97 supportAntoine Ténart2017-12-224-138/+264
* crypto: inside-secure - retry to proceed the request later on failAntoine Ténart2017-12-222-9/+29
* crypto: inside-secure - handle more result requests when counter is fullAntoine Ténart2017-12-222-3/+14
* crypto: inside-secure - acknowledge the result requests all at onceAntoine Ténart2017-12-221-6/+10
* crypto: inside-secure - increase the ring sizeAntoine Ténart2017-12-221-2/+2
* crypto: inside-secure - dequeue all requests at onceAntoine Ténart2017-12-222-12/+56
* crypto: inside-secure - use threaded IRQs for result handlingAntoine Ténart2017-12-222-20/+22
* crypto: inside-secure - move request dequeueing into a workqueueAntoine Ténart2017-12-224-26/+29
* crypto: inside-secure - remove unused parameter in invalidate_cacheOfer Heifetz2017-12-224-4/+2Star
* crypto: inside-secure - move cipher crypto mode to request contextOfer Heifetz2017-12-221-4/+7
* crypto: inside-secure - EBUSY is not an error on async requestOfer Heifetz2017-12-221-1/+1
* crypto: inside-secure - refrain from unneeded invalidationsOfer Heifetz2017-12-222-12/+22
* crypto: inside-secure - comment the caching functionAntoine Ténart2017-12-221-0/+10
* crypto: inside-secure - remove useless memsetAntoine Ténart2017-12-221-1/+0Star
* crypto: inside-secure - fix typo in a commentAntoine Ténart2017-12-221-1/+1
* crypto: inside-secure - remove extra empty lineAntoine Ténart2017-12-221-1/+0Star
* crypto: inside-secure - do not use areq->result for partial resultsAntoine Ténart2017-12-221-5/+5
* crypto: inside-secure - fix request allocations in invalidation pathAntoine Ténart2017-12-222-15/+15
* crypto: inside-secure - free requests even if their handling failedAntoine Ténart2017-12-221-0/+1
* crypto: inside-secure - per request invalidationOfer Heifetz2017-12-222-27/+111
* crypto: inside-secure - remove null check before kfreeHimanshu Jha2017-09-221-4/+2Star
* crypto: inside-secure - fix gcc-4.9 warningsArnd Bergmann2017-09-202-2/+2
* crypto: inside-secure - fix an error handling path in safexcel_probe()Christophe Jaillet2017-08-221-2/+3
* crypto: inside-secure - fix the sha state length in hmac_sha1_setkeyAntoine Ténart2017-08-031-1/+1
* crypto: inside-secure - fix invalidation check in hmac_sha1_setkeyAntoine Ténart2017-08-031-3/+3
* crypto: inside-secure - do not parse the dma mask from dtAntoine Ténart2017-07-181-4/+1Star
* crypto: inside-secure - use the base_end pointer in ring rollbackAntoine Ténart2017-06-201-1/+1
* crypto: inside-secure - increase the batch sizeAntoine Ténart2017-06-201-1/+1
* crypto: inside-secure - only dequeue when neededAntoine Ténart2017-06-201-3/+3
* crypto: inside-secure - get the backlog before dequeueing the requestAntoine Ténart2017-06-201-1/+1
* crypto: inside-secure - stop requeueing failed requestsAntoine Ténart2017-06-201-8/+10
* crypto: inside-secure - use one queue per hw ringAntoine Ténart2017-06-204-85/+89
* crypto: inside-secure - update the context and request laterAntoine Ténart2017-06-202-8/+7Star
* crypto: inside-secure - align the cipher and hash send functionsOfer Heifetz2017-06-201-1/+1
* crypto: inside-secure - optimize DSE bufferability controlIgal Liberman2017-06-202-0/+2
* crypto: inside-secure - enable single WR in DSE configurationIgal Liberman2017-06-202-0/+2
* crypto: inside-secure - fix incorrect DSE data cache settingAntoine Ténart2017-06-201-1/+1
* crypto: inside-secure - fix the ring wr_cache offsetAntoine Ténart2017-06-201-1/+1
* crypto: inside-secure - use hmac ipad/opad constantsAntoine Ténart2017-06-201-2/+3
* crypto: inside-secure - add SafeXcel EIP197 crypto engine driverAntoine Ténart2017-06-106-0/+3262