summaryrefslogtreecommitdiff
path: root/drivers/crypto/inside-secure/safexcel_cipher.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-26crypto: inside-secure - authenc(hmac(sha1), cbc(aes)) supportAntoine Tenart1-0/+39
2018-05-26crypto: inside-secure - authenc(hmac(sha224), cbc(aes)) supportAntoine Tenart1-2/+48
2018-05-26crypto: inside-secure - authenc(hmac(sha256), cbc(aes)) supportAntoine Tenart1-19/+316
2018-05-26crypto: inside-secure - improve error reportingAntoine Tenart1-6/+2
2018-05-26crypto: inside-secure - make the key and context size computation dynamicAntoine Tenart1-2/+2
2018-05-26crypto: inside-secure - make the context control size dynamicAntoine Tenart1-3/+2
2018-05-26crypto: inside-secure - rework the alg type settings in the contextAntoine Tenart1-4/+7
2018-05-26crypto: inside-secure - rework cipher functions for future AEAD supportAntoine Tenart1-107/+129
2018-05-26crypto: inside-secure - remove VLAsAntoine Tenart1-1/+1
2018-03-30crypto: inside-secure - improve the skcipher tokenAntoine Tenart1-1/+2
2018-02-22crypto: inside-secure - fix the invalidation step during cra_exitAntoine Tenart1-1/+1
2017-12-22crypto: inside-secure - EIP97 supportAntoine Ténart1-5/+15
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 - move cipher crypto mode to request contextOfer Heifetz1-4/+7
2017-12-22crypto: inside-secure - refrain from unneeded invalidationsOfer Heifetz1-4/+6
2017-12-22crypto: inside-secure - fix request allocations in invalidation pathAntoine Ténart1-8/+8
2017-12-22crypto: inside-secure - per request invalidationOfer Heifetz1-13/+58
2017-09-20crypto: inside-secure - fix gcc-4.9 warningsArnd Bergmann1-1/+1
2017-06-20crypto: inside-secure - use one queue per hw ringAntoine Ténart1-16/+22
2017-06-20crypto: inside-secure - update the context and request laterAntoine Ténart1-4/+3
2017-06-20crypto: inside-secure - align the cipher and hash send functionsOfer Heifetz1-1/+1
2017-06-10crypto: inside-secure - add SafeXcel EIP197 crypto engine driverAntoine Ténart1-0/+556