summaryrefslogtreecommitdiff
path: root/drivers/crypto/inside-secure
AgeCommit message (Expand)Author
2018-05-25crypto: inside-secure - fix the invalidation step during cra_exitAntoine Tenart
2018-05-25crypto: inside-secure - fix the extra cache computationAntoine Tenart
2018-05-25crypto: inside-secure - fix the cache_len computationAntoine Tenart
2018-05-25crypto: inside-secure - do not process request if no command was issuedAntoine Tenart
2018-05-25crypto: inside-secure - wait for the request to complete if in the backlogAntoine Tenart
2018-04-08crypto: inside-secure - fix clock managementGregory CLEMENT
2018-03-03crypto: inside-secure - fix request allocations in invalidation pathAntoine Ténart
2018-03-03crypto: inside-secure - free requests even if their handling failedAntoine Ténart
2018-03-03crypto: inside-secure - per request invalidationOfer Heifetz
2018-02-03crypto: inside-secure - avoid unmapping DMA memory that was not mappedAntoine Tenart
2018-02-03crypto: inside-secure - fix hash when length is a multiple of a blockAntoine Tenart
2017-09-20crypto: inside-secure - fix gcc-4.9 warningsArnd Bergmann
2017-08-22crypto: inside-secure - fix an error handling path in safexcel_probe()Christophe Jaillet
2017-08-03crypto: inside-secure - fix the sha state length in hmac_sha1_setkeyAntoine Ténart
2017-08-03crypto: inside-secure - fix invalidation check in hmac_sha1_setkeyAntoine Ténart
2017-07-18crypto: inside-secure - do not parse the dma mask from dtAntoine Ténart
2017-06-20crypto: inside-secure - use the base_end pointer in ring rollbackAntoine Ténart
2017-06-20crypto: inside-secure - increase the batch sizeAntoine Ténart
2017-06-20crypto: inside-secure - only dequeue when neededAntoine Ténart
2017-06-20crypto: inside-secure - get the backlog before dequeueing the requestAntoine Ténart
2017-06-20crypto: inside-secure - stop requeueing failed requestsAntoine Ténart
2017-06-20crypto: inside-secure - use one queue per hw ringAntoine Ténart
2017-06-20crypto: inside-secure - update the context and request laterAntoine Ténart
2017-06-20crypto: inside-secure - align the cipher and hash send functionsOfer Heifetz
2017-06-20crypto: inside-secure - optimize DSE bufferability controlIgal Liberman
2017-06-20crypto: inside-secure - enable single WR in DSE configurationIgal Liberman
2017-06-20crypto: inside-secure - fix incorrect DSE data cache settingAntoine Ténart
2017-06-20crypto: inside-secure - fix the ring wr_cache offsetAntoine Ténart
2017-06-20crypto: inside-secure - use hmac ipad/opad constantsAntoine Ténart
2017-06-10crypto: inside-secure - add SafeXcel EIP197 crypto engine driverAntoine Ténart