summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/inside-secure
AgeCommit message (Expand)AuthorLines
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-1/+1
2018-06-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-142/+599
2018-05-27crypto: inside-secure - authenc(hmac(sha1), cbc(aes)) supportAntoine Tenart-0/+41
2018-05-27crypto: inside-secure - authenc(hmac(sha224), cbc(aes)) supportAntoine Tenart-2/+50
2018-05-27crypto: inside-secure - authenc(hmac(sha256), cbc(aes)) supportAntoine Tenart-33/+352
2018-05-27crypto: inside-secure - improve error reportingAntoine Tenart-11/+27
2018-05-27crypto: inside-secure - fix the hash then encrypt/decrypt typesAntoine Tenart-2/+2
2018-05-27crypto: inside-secure - make the key and context size computation dynamicAntoine Tenart-2/+2
2018-05-27crypto: inside-secure - make the context control size dynamicAntoine Tenart-3/+2
2018-05-27crypto: inside-secure - rework the alg type settings in the contextAntoine Tenart-4/+7
2018-05-27crypto: inside-secure - rework cipher functions for future AEAD supportAntoine Tenart-107/+129
2018-05-27crypto: inside-secure - remove VLAsAntoine Tenart-2/+11
2018-05-26crypto: inside-secure - do not use memset on MMIOAntoine Tenart-2/+2
2018-03-31crypto: inside-secure - hmac(sha224) supportAntoine Tenart-0/+58
2018-03-31crypto: inside-secure - hmac(sha256) supportAntoine Tenart-9/+75
2018-03-31crypto: inside-secure - the context ipad/opad should use the state szAntoine Tenart-4/+4
2018-03-31crypto: inside-secure - improve the skcipher tokenAntoine Tenart-1/+2
2018-03-31crypto: inside-secure - do not access buffers mapped to the deviceAntoine Tenart-4/+4
2018-03-31crypto: inside-secure - improve the send error pathAntoine Tenart-2/+5
2018-03-31crypto: inside-secure - fix a typo in a register nameAntoine Tenart-2/+2
2018-03-31crypto: inside-secure - fix typo s/allways/always/ in a defineAntoine Tenart-2/+2
2018-03-31crypto: inside-secure - move the digest to the request contextAntoine Tenart-12/+18
2018-03-23crypto: inside-secure - fix clock resource by adding a register clockGregory CLEMENT-9/+26
2018-03-23crypto: inside-secure - improve clock initializationGregory CLEMENT-5/+6
2018-03-23crypto: inside-secure - fix clock managementGregory CLEMENT-1/+1
2018-03-23crypto: inside-secure - fix missing unlock on error in safexcel_ahash_send_req()weiyongjun \(A\)-1/+3
2018-03-09crypto: inside-secure - wait for the request to complete if in the backlogAntoine Tenart-1/+1
2018-03-09crypto: inside-secure - move cache result dma mapping to requestAntoine Tenart-45/+18
2018-03-09crypto: inside-secure - move hash result dma mapping to requestOfer Heifetz-14/+14
2018-02-22crypto: inside-secure - unmap the result in the hash send error pathAntoine Tenart-1/+3
2018-02-22crypto: inside-secure - keep the requests push/pop syncedAntoine Tenart-19/+15
2018-02-22crypto: inside-secure - fix the invalidation step during cra_exitAntoine Tenart-2/+2
2018-02-22crypto: inside-secure - do not process request if no command was issuedAntoine Tenart-0/+9
2018-02-22crypto: inside-secure - fix the cache_len computationAntoine Tenart-1/+1
2018-02-22crypto: inside-secure - fix the extra cache computationAntoine Tenart-1/+1
2018-02-22crypto: inside-secure - do not overwrite the threshold valueAntoine Tenart-2/+1
2018-01-26crypto: inside-secure - make function safexcel_try_push_requests staticColin Ian King-2/+2
2018-01-05crypto: inside-secure - fix hash when length is a multiple of a blockAntoine Ténart-10/+24
2018-01-05crypto: inside-secure - avoid unmapping DMA memory that was not mappedAntoine Ténart-8/+12
2017-12-22crypto: inside-secure - EIP97 supportAntoine Ténart-138/+264
2017-12-22crypto: inside-secure - retry to proceed the request later on failAntoine Ténart-9/+29
2017-12-22crypto: inside-secure - handle more result requests when counter is fullAntoine Ténart-3/+14
2017-12-22crypto: inside-secure - acknowledge the result requests all at onceAntoine Ténart-6/+10
2017-12-22crypto: inside-secure - increase the ring sizeAntoine Ténart-2/+2
2017-12-22crypto: inside-secure - dequeue all requests at onceAntoine Ténart-12/+56
2017-12-22crypto: inside-secure - use threaded IRQs for result handlingAntoine Ténart-20/+22
2017-12-22crypto: inside-secure - move request dequeueing into a workqueueAntoine Ténart-26/+29
2017-12-22crypto: inside-secure - remove unused parameter in invalidate_cacheOfer Heifetz-4/+2
2017-12-22crypto: inside-secure - move cipher crypto mode to request contextOfer Heifetz-4/+7
2017-12-22crypto: inside-secure - EBUSY is not an error on async requestOfer Heifetz-1/+1