summaryrefslogtreecommitdiff
path: root/drivers/crypto/inside-secure
AgeCommit message (Expand)Author
2018-03-31crypto: inside-secure - improve the skcipher tokenAntoine Tenart
2018-03-31crypto: inside-secure - do not access buffers mapped to the deviceAntoine Tenart
2018-03-31crypto: inside-secure - improve the send error pathAntoine Tenart
2018-03-31crypto: inside-secure - fix a typo in a register nameAntoine Tenart
2018-03-31crypto: inside-secure - fix typo s/allways/always/ in a defineAntoine Tenart
2018-03-31crypto: inside-secure - move the digest to the request contextAntoine Tenart
2018-03-23crypto: inside-secure - fix clock resource by adding a register clockGregory CLEMENT
2018-03-23crypto: inside-secure - improve clock initializationGregory CLEMENT
2018-03-23crypto: inside-secure - fix clock managementGregory CLEMENT
2018-03-23crypto: inside-secure - fix missing unlock on error in safexcel_ahash_send_req()weiyongjun \(A\)
2018-03-09crypto: inside-secure - wait for the request to complete if in the backlogAntoine Tenart
2018-03-09crypto: inside-secure - move cache result dma mapping to requestAntoine Tenart
2018-03-09crypto: inside-secure - move hash result dma mapping to requestOfer Heifetz
2018-02-22crypto: inside-secure - unmap the result in the hash send error pathAntoine Tenart
2018-02-22crypto: inside-secure - keep the requests push/pop syncedAntoine Tenart
2018-02-22crypto: inside-secure - fix the invalidation step during cra_exitAntoine Tenart
2018-02-22crypto: inside-secure - do not process request if no command was issuedAntoine Tenart
2018-02-22crypto: inside-secure - fix the cache_len computationAntoine Tenart
2018-02-22crypto: inside-secure - fix the extra cache computationAntoine Tenart
2018-02-22crypto: inside-secure - do not overwrite the threshold valueAntoine Tenart
2018-01-26crypto: inside-secure - make function safexcel_try_push_requests staticColin Ian King
2018-01-05crypto: inside-secure - fix hash when length is a multiple of a blockAntoine Ténart
2018-01-05crypto: inside-secure - avoid unmapping DMA memory that was not mappedAntoine Ténart
2017-12-22crypto: inside-secure - EIP97 supportAntoine Ténart
2017-12-22crypto: inside-secure - retry to proceed the request later on failAntoine Ténart
2017-12-22crypto: inside-secure - handle more result requests when counter is fullAntoine Ténart
2017-12-22crypto: inside-secure - acknowledge the result requests all at onceAntoine Ténart
2017-12-22crypto: inside-secure - increase the ring sizeAntoine Ténart
2017-12-22crypto: inside-secure - dequeue all requests at onceAntoine Ténart
2017-12-22crypto: inside-secure - use threaded IRQs for result handlingAntoine Ténart
2017-12-22crypto: inside-secure - move request dequeueing into a workqueueAntoine Ténart
2017-12-22crypto: inside-secure - remove unused parameter in invalidate_cacheOfer Heifetz
2017-12-22crypto: inside-secure - move cipher crypto mode to request contextOfer Heifetz
2017-12-22crypto: inside-secure - EBUSY is not an error on async requestOfer Heifetz
2017-12-22crypto: inside-secure - refrain from unneeded invalidationsOfer Heifetz
2017-12-22crypto: inside-secure - comment the caching functionAntoine Ténart
2017-12-22crypto: inside-secure - remove useless memsetAntoine Ténart
2017-12-22crypto: inside-secure - fix typo in a commentAntoine Ténart
2017-12-22crypto: inside-secure - remove extra empty lineAntoine Ténart
2017-12-22crypto: inside-secure - do not use areq->result for partial resultsAntoine Ténart
2017-12-22crypto: inside-secure - fix request allocations in invalidation pathAntoine Ténart
2017-12-22crypto: inside-secure - free requests even if their handling failedAntoine Ténart
2017-12-22crypto: inside-secure - per request invalidationOfer Heifetz
2017-09-22crypto: inside-secure - remove null check before kfreeHimanshu Jha
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