summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/inside-secure
Commit message (Expand)AuthorAgeFilesLines
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-06-054-142/+599
|\
| * crypto: inside-secure - authenc(hmac(sha1), cbc(aes)) supportAntoine Tenart2018-05-273-0/+41
| * crypto: inside-secure - authenc(hmac(sha224), cbc(aes)) supportAntoine Tenart2018-05-273-2/+50
| * crypto: inside-secure - authenc(hmac(sha256), cbc(aes)) supportAntoine Tenart2018-05-274-33/+352
| * crypto: inside-secure - improve error reportingAntoine Tenart2018-05-274-11/+27
| * crypto: inside-secure - fix the hash then encrypt/decrypt typesAntoine Tenart2018-05-271-2/+2
| * crypto: inside-secure - make the key and context size computation dynamicAntoine Tenart2018-05-271-2/+2
| * crypto: inside-secure - make the context control size dynamicAntoine Tenart2018-05-271-3/+2
| * crypto: inside-secure - rework the alg type settings in the contextAntoine Tenart2018-05-271-4/+7
| * crypto: inside-secure - rework cipher functions for future AEAD supportAntoine Tenart2018-05-271-107/+129
| * crypto: inside-secure - remove VLAsAntoine Tenart2018-05-273-2/+11
* | crypto: inside-secure - do not use memset on MMIOAntoine Tenart2018-05-261-2/+2
|/
* crypto: inside-secure - hmac(sha224) supportAntoine Tenart2018-03-313-0/+58
* crypto: inside-secure - hmac(sha256) supportAntoine Tenart2018-03-313-9/+75
* crypto: inside-secure - the context ipad/opad should use the state szAntoine Tenart2018-03-311-4/+4
* crypto: inside-secure - improve the skcipher tokenAntoine Tenart2018-03-311-1/+2
* crypto: inside-secure - do not access buffers mapped to the deviceAntoine Tenart2018-03-311-4/+4
* crypto: inside-secure - improve the send error pathAntoine Tenart2018-03-311-2/+5
* crypto: inside-secure - fix a typo in a register nameAntoine Tenart2018-03-312-2/+2
* crypto: inside-secure - fix typo s/allways/always/ in a defineAntoine Tenart2018-03-312-2/+2
* crypto: inside-secure - move the digest to the request contextAntoine Tenart2018-03-311-12/+18
* crypto: inside-secure - fix clock resource by adding a register clockGregory CLEMENT2018-03-232-9/+26
* crypto: inside-secure - improve clock initializationGregory CLEMENT2018-03-231-5/+6
* crypto: inside-secure - fix clock managementGregory CLEMENT2018-03-231-1/+1
* 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-093-45/+18
* crypto: inside-secure - move hash result dma mapping to requestOfer Heifetz2018-03-093-14/+14
* crypto: inside-secure - unmap the result in the hash send error pathAntoine Tenart2018-02-221-1/+3
* crypto: inside-secure - keep the requests push/pop syncedAntoine Tenart2018-02-222-19/+15
* crypto: inside-secure - fix the invalidation step during cra_exitAntoine Tenart2018-02-222-2/+2
* crypto: inside-secure - do not process request if no command was issuedAntoine Tenart2018-02-221-0/+9
* 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 - do not overwrite the threshold valueAntoine Tenart2018-02-221-2/+1
* crypto: inside-secure - make function safexcel_try_push_requests staticColin Ian King2018-01-261-2/+2
* 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-224-138/+264
* crypto: inside-secure - retry to proceed the request later on failAntoine Ténart2017-12-222-9/+29
* crypto: inside-secure - handle more result requests when counter is fullAntoine Ténart2017-12-222-3/+14
* crypto: inside-secure - acknowledge the result requests all at onceAntoine Ténart2017-12-221-6/+10
* crypto: inside-secure - increase the ring sizeAntoine Ténart2017-12-221-2/+2
* crypto: inside-secure - dequeue all requests at onceAntoine Ténart2017-12-222-12/+56
* crypto: inside-secure - use threaded IRQs for result handlingAntoine Ténart2017-12-222-20/+22
* crypto: inside-secure - move request dequeueing into a workqueueAntoine Ténart2017-12-224-26/+29
* crypto: inside-secure - remove unused parameter in invalidate_cacheOfer Heifetz2017-12-224-4/+2
* crypto: inside-secure - move cipher crypto mode to request contextOfer Heifetz2017-12-221-4/+7
* crypto: inside-secure - EBUSY is not an error on async requestOfer Heifetz2017-12-221-1/+1
OpenPOWER on IntegriCloud