summaryrefslogtreecommitdiff
path: root/drivers/crypto/inside-secure/safexcel_hash.c
Commit message (Expand)AuthorAge
* crypto: inside-secure - hmac(sha224) supportAntoine Tenart2018-03-31
* crypto: inside-secure - hmac(sha256) supportAntoine Tenart2018-03-31
* crypto: inside-secure - the context ipad/opad should use the state szAntoine Tenart2018-03-31
* crypto: inside-secure - do not access buffers mapped to the deviceAntoine Tenart2018-03-31
* crypto: inside-secure - improve the send error pathAntoine Tenart2018-03-31
* crypto: inside-secure - move the digest to the request contextAntoine Tenart2018-03-31
* crypto: inside-secure - fix missing unlock on error in safexcel_ahash_send_req()weiyongjun \(A\)2018-03-23
* crypto: inside-secure - wait for the request to complete if in the backlogAntoine Tenart2018-03-09
* crypto: inside-secure - move cache result dma mapping to requestAntoine Tenart2018-03-09
* crypto: inside-secure - move hash result dma mapping to requestOfer Heifetz2018-03-09
* crypto: inside-secure - unmap the result in the hash send error pathAntoine Tenart2018-02-22
* crypto: inside-secure - fix the invalidation step during cra_exitAntoine Tenart2018-02-22
* crypto: inside-secure - fix the cache_len computationAntoine Tenart2018-02-22
* crypto: inside-secure - fix the extra cache computationAntoine Tenart2018-02-22
* crypto: inside-secure - fix hash when length is a multiple of a blockAntoine Ténart2018-01-05
* crypto: inside-secure - avoid unmapping DMA memory that was not mappedAntoine Ténart2018-01-05
* crypto: inside-secure - EIP97 supportAntoine Ténart2017-12-22
* crypto: inside-secure - move request dequeueing into a workqueueAntoine Ténart2017-12-22
* crypto: inside-secure - remove unused parameter in invalidate_cacheOfer Heifetz2017-12-22
* crypto: inside-secure - EBUSY is not an error on async requestOfer Heifetz2017-12-22
* crypto: inside-secure - refrain from unneeded invalidationsOfer Heifetz2017-12-22
* crypto: inside-secure - comment the caching functionAntoine Ténart2017-12-22
* crypto: inside-secure - remove useless memsetAntoine Ténart2017-12-22
* crypto: inside-secure - fix typo in a commentAntoine Ténart2017-12-22
* crypto: inside-secure - remove extra empty lineAntoine Ténart2017-12-22
* crypto: inside-secure - do not use areq->result for partial resultsAntoine Ténart2017-12-22
* crypto: inside-secure - fix request allocations in invalidation pathAntoine Ténart2017-12-22
* crypto: inside-secure - per request invalidationOfer Heifetz2017-12-22
* crypto: inside-secure - remove null check before kfreeHimanshu Jha2017-09-22
* crypto: inside-secure - fix gcc-4.9 warningsArnd Bergmann2017-09-20
* crypto: inside-secure - fix the sha state length in hmac_sha1_setkeyAntoine Ténart2017-08-03
* crypto: inside-secure - fix invalidation check in hmac_sha1_setkeyAntoine Ténart2017-08-03
* crypto: inside-secure - use one queue per hw ringAntoine Ténart2017-06-20
* crypto: inside-secure - update the context and request laterAntoine Ténart2017-06-20
* crypto: inside-secure - use hmac ipad/opad constantsAntoine Ténart2017-06-20
* crypto: inside-secure - add SafeXcel EIP197 crypto engine driverAntoine Ténart2017-06-10