summaryrefslogtreecommitdiff
path: root/drivers/crypto/inside-secure/safexcel_hash.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-06crypto: inside-secure - fix use of the SG listAntoine Tenart1-2/+1
2019-06-06crypto: inside-secure - add support for HMAC updatesAntoine Tenart1-21/+37
2019-06-06crypto: inside-secure - fix queued len computationAntoine Tenart1-3/+5
2019-06-06crypto: inside-secure - fix zeroing of the request in ahash_exit_invAntoine Tenart1-1/+1
2019-06-06crypto: inside-secure - unify cache resetAntoine Tenart1-0/+2
2019-06-06crypto: inside-secure - remove useless checkAntoine Tenart1-13/+11
2019-06-06crypto: inside-secure - move commentAntoine Tenart1-3/+4
2018-07-20crypto: inside-secure - switch to SPDX identifiersAntoine Tenart1-4/+1
2018-07-08crypto: remove redundant type flags from tfm allocationEric Biggers1-2/+1
2018-07-08crypto: inside-secure - remove request list to improve performanceOfer Heifetz1-23/+8
2018-07-08crypto: inside-secure - hmac(md5) supportOfer Heifetz1-0/+57
2018-07-08crypto: inside-secure - md5 supportOfer Heifetz1-2/+67
2018-07-08crypto: inside-secure - eip197d supportAntoine Tenart1-10/+10
2018-07-08crypto: inside-secure - add an invalidation flagAntoine Tenart1-4/+4
2018-07-08crypto: inside-secure - filter out the algorithms by engineAntoine Tenart1-0/+10
2018-07-08crypto: inside-secure - use precise compatiblesAntoine Tenart1-4/+4
2018-06-22crypto: inside-secure - hmac(sha384) supportAntoine Tenart1-0/+56
2018-06-22crypto: inside-secure - sha384 supportAntoine Tenart1-1/+75
2018-06-22crypto: inside-secure - hmac(sha512) supportAntoine Tenart1-2/+58
2018-06-22crypto: inside-secure - sha512 supportAntoine Tenart1-33/+145
2018-06-22crypto: inside-secure - improve the counter computationAntoine Tenart1-7/+5
2018-06-22crypto: inside-secure - use the error handler for invalidation requestsAntoine Tenart1-5/+2
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2018-05-26crypto: inside-secure - authenc(hmac(sha256), cbc(aes)) supportAntoine Tenart1-12/+2
2018-05-26crypto: inside-secure - improve error reportingAntoine Tenart1-5/+2
2018-05-26crypto: inside-secure - remove VLAsAntoine Tenart1-1/+1
2018-03-30crypto: inside-secure - hmac(sha224) supportAntoine Tenart1-0/+56
2018-03-30crypto: inside-secure - hmac(sha256) supportAntoine Tenart1-8/+72
2018-03-30crypto: inside-secure - the context ipad/opad should use the state szAntoine Tenart1-4/+4
2018-03-30crypto: inside-secure - do not access buffers mapped to the deviceAntoine Tenart1-4/+4
2018-03-30crypto: inside-secure - improve the send error pathAntoine Tenart1-2/+5
2018-03-30crypto: inside-secure - move the digest to the request contextAntoine Tenart1-12/+18
2018-03-23crypto: inside-secure - fix missing unlock on error in safexcel_ahash_send_req()weiyongjun \(A\)1-1/+3
2018-03-09crypto: inside-secure - wait for the request to complete if in the backlogAntoine Tenart1-1/+1
2018-03-09crypto: inside-secure - move cache result dma mapping to requestAntoine Tenart1-24/+18
2018-03-09crypto: inside-secure - move hash result dma mapping to requestOfer Heifetz1-5/+12
2018-02-22crypto: inside-secure - unmap the result in the hash send error pathAntoine Tenart1-1/+3
2018-02-22crypto: inside-secure - fix the invalidation step during cra_exitAntoine Tenart1-1/+1
2018-02-22crypto: inside-secure - fix the cache_len computationAntoine Tenart1-1/+1
2018-02-22crypto: inside-secure - fix the extra cache computationAntoine Tenart1-1/+1
2018-01-05crypto: inside-secure - fix hash when length is a multiple of a blockAntoine Ténart1-10/+24
2018-01-05crypto: inside-secure - avoid unmapping DMA memory that was not mappedAntoine Ténart1-8/+12
2017-12-22crypto: inside-secure - EIP97 supportAntoine Ténart1-5/+14
2017-12-22crypto: inside-secure - move request dequeueing into a workqueueAntoine Ténart1-6/+6
2017-12-22crypto: inside-secure - remove unused parameter in invalidate_cacheOfer Heifetz1-1/+1
2017-12-22crypto: inside-secure - EBUSY is not an error on async requestOfer Heifetz1-1/+1
2017-12-22crypto: inside-secure - refrain from unneeded invalidationsOfer Heifetz1-8/+16
2017-12-22crypto: inside-secure - comment the caching functionAntoine Ténart1-0/+10
2017-12-22crypto: inside-secure - remove useless memsetAntoine Ténart1-1/+0
2017-12-22crypto: inside-secure - fix typo in a commentAntoine Ténart1-1/+1