summaryrefslogtreecommitdiff
path: root/drivers/crypto/inside-secure/safexcel_hash.c
AgeCommit message (Expand)Author
2018-07-20crypto: inside-secure - switch to SPDX identifiersAntoine Tenart
2018-07-09crypto: remove redundant type flags from tfm allocationEric Biggers
2018-07-09crypto: inside-secure - remove request list to improve performanceOfer Heifetz
2018-07-09crypto: inside-secure - hmac(md5) supportOfer Heifetz
2018-07-09crypto: inside-secure - md5 supportOfer Heifetz
2018-07-09crypto: inside-secure - eip197d supportAntoine Tenart
2018-07-09crypto: inside-secure - add an invalidation flagAntoine Tenart
2018-07-09crypto: inside-secure - filter out the algorithms by engineAntoine Tenart
2018-07-09crypto: inside-secure - use precise compatiblesAntoine Tenart
2018-06-22crypto: inside-secure - hmac(sha384) supportAntoine Tenart
2018-06-22crypto: inside-secure - sha384 supportAntoine Tenart
2018-06-22crypto: inside-secure - hmac(sha512) supportAntoine Tenart
2018-06-22crypto: inside-secure - sha512 supportAntoine Tenart
2018-06-22crypto: inside-secure - improve the counter computationAntoine Tenart
2018-06-22crypto: inside-secure - use the error handler for invalidation requestsAntoine Tenart
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-05-27crypto: inside-secure - authenc(hmac(sha256), cbc(aes)) supportAntoine Tenart
2018-05-27crypto: inside-secure - improve error reportingAntoine Tenart
2018-05-27crypto: inside-secure - remove VLAsAntoine Tenart
2018-03-31crypto: inside-secure - hmac(sha224) supportAntoine Tenart
2018-03-31crypto: inside-secure - hmac(sha256) supportAntoine Tenart
2018-03-31crypto: inside-secure - the context ipad/opad should use the state szAntoine 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 - move the digest to the request contextAntoine Tenart
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 - fix the invalidation step during cra_exitAntoine Tenart
2018-02-22crypto: inside-secure - fix the cache_len computationAntoine Tenart
2018-02-22crypto: inside-secure - fix the extra cache computationAntoine Tenart
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 - 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 - 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 - 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-03crypto: inside-secure - fix the sha state length in hmac_sha1_setkeyAntoine Ténart