summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/inside-secure/safexcel_cipher.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: inside-secure - do not rely on the hardware last bit for result descr...Antoine Tenart2019-06-061-6/+18
* crypto: inside-secure - fix use of the SG listAntoine Tenart2019-06-061-28/+11
* crypto: inside-secure - implement IV retrievalAntoine Tenart2019-06-061-7/+45
* crypto: inside-secure - remove empty lineAntoine Tenart2019-06-061-1/+0
* crypto: inside-secure - Forbid 2-key 3DES in FIPS modeHerbert Xu2019-04-181-6/+5
* crypto: clarify name of WEAK_KEY request flagEric Biggers2019-01-251-1/+1
* crypto: inside-secure - remove useless setting of type flagsEric Biggers2018-11-201-4/+4
* crypto: inside-secure - initialize first_rdesc to make GCC happyAntoine Tenart2018-07-201-1/+1
* crypto: inside-secure - switch to SPDX identifiersAntoine Tenart2018-07-201-4/+1
* crypto: skcipher - remove useless setting of type flagsEric Biggers2018-07-091-2/+2
* crypto: aead - remove useless setting of type flagsEric Biggers2018-07-091-5/+5
* crypto: inside-secure - remove request list to improve performanceOfer Heifetz2018-07-091-27/+12
* crypto: inside-secure - ecb(des3_ede) and cbc(des3_ede) supportOfer Heifetz2018-07-091-0/+114
* crypto: inside-secure - ecb(des) and cbc(des) supportOfer Heifetz2018-07-091-44/+178
* crypto: inside-secure - eip197d supportAntoine Tenart2018-07-091-7/+7
* crypto: inside-secure - add an invalidation flagAntoine Tenart2018-07-091-8/+8
* crypto: inside-secure - filter out the algorithms by engineAntoine Tenart2018-07-091-0/+7
* crypto: inside-secure - use precise compatiblesAntoine Tenart2018-07-091-8/+8
* crypto: inside-secure - authenc(hmac(sha384), cbc(aes)) supportAntoine Tenart2018-06-221-0/+39
* crypto: inside-secure - authenc(hmac(sha512), cbc(aes)) supportAntoine Tenart2018-06-221-2/+41
* crypto: inside-secure - use the error handler for invalidation requestsAntoine Tenart2018-06-221-5/+2
* crypto: inside-secure - authenc(hmac(sha1), cbc(aes)) supportAntoine Tenart2018-05-271-0/+39
* crypto: inside-secure - authenc(hmac(sha224), cbc(aes)) supportAntoine Tenart2018-05-271-2/+48
* crypto: inside-secure - authenc(hmac(sha256), cbc(aes)) supportAntoine Tenart2018-05-271-19/+316
* crypto: inside-secure - improve error reportingAntoine Tenart2018-05-271-6/+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-271-1/+1
* crypto: inside-secure - improve the skcipher tokenAntoine Tenart2018-03-311-1/+2
* crypto: inside-secure - fix the invalidation step during cra_exitAntoine Tenart2018-02-221-1/+1
* crypto: inside-secure - EIP97 supportAntoine Ténart2017-12-221-5/+15
* crypto: inside-secure - move request dequeueing into a workqueueAntoine Ténart2017-12-221-6/+6
* crypto: inside-secure - remove unused parameter in invalidate_cacheOfer Heifetz2017-12-221-1/+1
* crypto: inside-secure - move cipher crypto mode to request contextOfer Heifetz2017-12-221-4/+7
* crypto: inside-secure - refrain from unneeded invalidationsOfer Heifetz2017-12-221-4/+6
* crypto: inside-secure - fix request allocations in invalidation pathAntoine Ténart2017-12-221-8/+8
* crypto: inside-secure - per request invalidationOfer Heifetz2017-12-221-13/+58
* crypto: inside-secure - fix gcc-4.9 warningsArnd Bergmann2017-09-201-1/+1
* crypto: inside-secure - use one queue per hw ringAntoine Ténart2017-06-201-16/+22
* crypto: inside-secure - update the context and request laterAntoine Ténart2017-06-201-4/+3
* crypto: inside-secure - align the cipher and hash send functionsOfer Heifetz2017-06-201-1/+1
* crypto: inside-secure - add SafeXcel EIP197 crypto engine driverAntoine Ténart2017-06-101-0/+556