summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/inside-secure/safexcel_hash.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: inside-secure - fix use of the SG listAntoine Tenart2019-06-061-2/+1
* crypto: inside-secure - add support for HMAC updatesAntoine Tenart2019-06-061-21/+37
* crypto: inside-secure - fix queued len computationAntoine Tenart2019-06-061-3/+5
* crypto: inside-secure - fix zeroing of the request in ahash_exit_invAntoine Tenart2019-06-061-1/+1
* crypto: inside-secure - unify cache resetAntoine Tenart2019-06-061-0/+2
* crypto: inside-secure - remove useless checkAntoine Tenart2019-06-061-13/+11
* crypto: inside-secure - move commentAntoine Tenart2019-06-061-3/+4
* crypto: inside-secure - switch to SPDX identifiersAntoine Tenart2018-07-201-4/+1
* crypto: remove redundant type flags from tfm allocationEric Biggers2018-07-081-2/+1
* crypto: inside-secure - remove request list to improve performanceOfer Heifetz2018-07-081-23/+8
* crypto: inside-secure - hmac(md5) supportOfer Heifetz2018-07-081-0/+57
* crypto: inside-secure - md5 supportOfer Heifetz2018-07-081-2/+67
* crypto: inside-secure - eip197d supportAntoine Tenart2018-07-081-10/+10
* crypto: inside-secure - add an invalidation flagAntoine Tenart2018-07-081-4/+4
* crypto: inside-secure - filter out the algorithms by engineAntoine Tenart2018-07-081-0/+10
* crypto: inside-secure - use precise compatiblesAntoine Tenart2018-07-081-4/+4
* crypto: inside-secure - hmac(sha384) supportAntoine Tenart2018-06-221-0/+56
* crypto: inside-secure - sha384 supportAntoine Tenart2018-06-221-1/+75
* crypto: inside-secure - hmac(sha512) supportAntoine Tenart2018-06-221-2/+58
* crypto: inside-secure - sha512 supportAntoine Tenart2018-06-221-33/+145
* crypto: inside-secure - improve the counter computationAntoine Tenart2018-06-221-7/+5
* crypto: inside-secure - use the error handler for invalidation requestsAntoine Tenart2018-06-221-5/+2
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
* crypto: inside-secure - authenc(hmac(sha256), cbc(aes)) supportAntoine Tenart2018-05-261-12/+2
* crypto: inside-secure - improve error reportingAntoine Tenart2018-05-261-5/+2
* crypto: inside-secure - remove VLAsAntoine Tenart2018-05-261-1/+1
* crypto: inside-secure - hmac(sha224) supportAntoine Tenart2018-03-301-0/+56
* crypto: inside-secure - hmac(sha256) supportAntoine Tenart2018-03-301-8/+72
* crypto: inside-secure - the context ipad/opad should use the state szAntoine Tenart2018-03-301-4/+4
* crypto: inside-secure - do not access buffers mapped to the deviceAntoine Tenart2018-03-301-4/+4
* crypto: inside-secure - improve the send error pathAntoine Tenart2018-03-301-2/+5
* crypto: inside-secure - move the digest to the request contextAntoine Tenart2018-03-301-12/+18
* crypto: inside-secure - fix missing unlock on error in safexcel_ahash_send_req()weiyongjun \(A\)2018-03-231-1/+3
* crypto: inside-secure - wait for the request to complete if in the backlogAntoine Tenart2018-03-091-1/+1
* crypto: inside-secure - move cache result dma mapping to requestAntoine Tenart2018-03-091-24/+18
* crypto: inside-secure - move hash result dma mapping to requestOfer Heifetz2018-03-091-5/+12
* crypto: inside-secure - unmap the result in the hash send error pathAntoine Tenart2018-02-221-1/+3
* crypto: inside-secure - fix the invalidation step during cra_exitAntoine Tenart2018-02-221-1/+1
* crypto: inside-secure - fix the cache_len computationAntoine Tenart2018-02-221-1/+1
* crypto: inside-secure - fix the extra cache computationAntoine Tenart2018-02-221-1/+1
* 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-221-5/+14
* crypto: inside-secure - move request dequeueing into a workqueueAntoine Ténart2017-12-221-6/+6
* crypto: inside-secure - remove unused parameter in invalidate_cacheOfer Heifetz2017-12-221-1/+1
* 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-221-8/+16
* crypto: inside-secure - comment the caching functionAntoine Ténart2017-12-221-0/+10
* crypto: inside-secure - remove useless memsetAntoine Ténart2017-12-221-1/+0
* crypto: inside-secure - fix typo in a commentAntoine Ténart2017-12-221-1/+1