aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/inside-secure/safexcel_cipher.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-18crypto: inside-secure - Forbid 2-key 3DES in FIPS modeHerbert Xu1-6/+5
2019-01-25crypto: clarify name of WEAK_KEY request flagEric Biggers1-1/+1
2018-11-20crypto: inside-secure - remove useless setting of type flagsEric Biggers1-4/+4
2018-07-20crypto: inside-secure - initialize first_rdesc to make GCC happyAntoine Tenart1-1/+1
2018-07-20crypto: inside-secure - switch to SPDX identifiersAntoine Tenart1-4/+1
2018-07-09crypto: skcipher - remove useless setting of type flagsEric Biggers1-2/+2
2018-07-09crypto: aead - remove useless setting of type flagsEric Biggers1-5/+5
2018-07-09crypto: inside-secure - remove request list to improve performanceOfer Heifetz1-27/+12
2018-07-09crypto: inside-secure - ecb(des3_ede) and cbc(des3_ede) supportOfer Heifetz1-0/+114
2018-07-09crypto: inside-secure - ecb(des) and cbc(des) supportOfer Heifetz1-44/+178
2018-07-09crypto: inside-secure - eip197d supportAntoine Tenart1-7/+7
2018-07-09crypto: inside-secure - add an invalidation flagAntoine Tenart1-8/+8
2018-07-09crypto: inside-secure - filter out the algorithms by engineAntoine Tenart1-0/+7
2018-07-09crypto: inside-secure - use precise compatiblesAntoine Tenart1-8/+8
2018-06-22crypto: inside-secure - authenc(hmac(sha384), cbc(aes)) supportAntoine Tenart1-0/+39
2018-06-22crypto: inside-secure - authenc(hmac(sha512), cbc(aes)) supportAntoine Tenart1-2/+41
2018-06-22crypto: inside-secure - use the error handler for invalidation requestsAntoine Tenart1-5/+2
2018-05-27crypto: inside-secure - authenc(hmac(sha1), cbc(aes)) supportAntoine Tenart1-0/+39
2018-05-27crypto: inside-secure - authenc(hmac(sha224), cbc(aes)) supportAntoine Tenart1-2/+48
2018-05-27crypto: inside-secure - authenc(hmac(sha256), cbc(aes)) supportAntoine Tenart1-19/+316
2018-05-27crypto: inside-secure - improve error reportingAntoine Tenart1-6/+2
2018-05-27crypto: inside-secure - make the key and context size computation dynamicAntoine Tenart1-2/+2
2018-05-27crypto: inside-secure - make the context control size dynamicAntoine Tenart1-3/+2
2018-05-27crypto: inside-secure - rework the alg type settings in the contextAntoine Tenart1-4/+7
2018-05-27crypto: inside-secure - rework cipher functions for future AEAD supportAntoine Tenart1-107/+129
2018-05-27crypto: inside-secure - remove VLAsAntoine Tenart1-1/+1
2018-03-31crypto: 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