summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/inside-secure/safexcel_cipher.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: inside-secure - Added support for basic AES-CCMPascal van Leeuwen2019-09-051-50/+238
* crypto: inside-secure - Added AES-OFB supportPascal van Leeuwen2019-09-051-0/+36
* crypto: inside-secure - Added AES-CFB supportPascal van Leeuwen2019-09-051-0/+36
* crypto: inside-secure - Added support for basic AES-GCMPascal van Leeuwen2019-09-051-38/+188
* crypto: inside-secure - Minor code cleanup and optimizationsPascal van Leeuwen2019-09-051-39/+47
* crypto: inside-secure - Minor optimization recognizing CTR is always AESPascal van Leeuwen2019-09-051-11/+14
* crypto: inside-secure - Made .cra_priority value a definePascal van Leeuwen2019-09-051-19/+19
* crypto: inside-secure - Only enable algorithms advertised by the hardwarePascal van Leeuwen2019-09-051-0/+19
* crypto: inside-secure - Add support for the AES-XTS algorithmPascal van Leeuwen2019-09-051-4/+120
* crypto: inside-secure - Move static cipher alg & mode settings to initPascal van Leeuwen2019-09-051-147/+111
* crypto: inside-secure - Remove redundant algo to engine mapping codePascal van Leeuwen2019-08-301-11/+0
* crypto: des - split off DES library from generic DES cipher driverArd Biesheuvel2019-08-221-1/+1
* crypto: safexcel/des - switch to new verification routinesArd Biesheuvel2019-08-221-17/+7
* crypto: inside-secure - Remove redundant DES ECB & CBC keysize checkPascal van Leeuwen2019-08-091-5/+0
* crypto: inside-secure - Use defines instead of some constants (cosmetic)Pascal van Leeuwen2019-08-091-16/+19
* crypto: inside-secure - add support for authenc(hmac(sha*),rfc3686(ctr(aes)))...Pascal van Leeuwen2019-07-261-41/+235
* crypto: inside-secure - added support for rfc3686(ctr(aes))Pascal van Leeuwen2019-07-261-24/+131
* crypto: inside-secure - add support for authenc(hmac(sha1),cbc(des3_ede))Pascal van Leeuwen2019-07-261-19/+70
* crypto: safexcel/aes - switch to library version of key expansion routineArd Biesheuvel2019-07-261-1/+1
* crypto: inside-secure - fix EINVAL error (buf overflow) for AEAD decryptPascal van Leeuwen2019-07-261-4/+3
* crypto: inside-secure - fix scatter/gather list to descriptor conversionPascal van Leeuwen2019-07-261-46/+136
* crypto: inside-secure - fix incorrect skcipher output IVPascal van Leeuwen2019-07-261-41/+43
* crypto: inside-secure - keep ivsize for DES ECB modes at 0Pascal van Leeuwen2019-07-261-2/+0
* 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-081-2/+2
* crypto: aead - remove useless setting of type flagsEric Biggers2018-07-081-5/+5
* crypto: inside-secure - remove request list to improve performanceOfer Heifetz2018-07-081-27/+12
* crypto: inside-secure - ecb(des3_ede) and cbc(des3_ede) supportOfer Heifetz2018-07-081-0/+114
* crypto: inside-secure - ecb(des) and cbc(des) supportOfer Heifetz2018-07-081-44/+178
* crypto: inside-secure - eip197d supportAntoine Tenart2018-07-081-7/+7
* crypto: inside-secure - add an invalidation flagAntoine Tenart2018-07-081-8/+8
* crypto: inside-secure - filter out the algorithms by engineAntoine Tenart2018-07-081-0/+7
* crypto: inside-secure - use precise compatiblesAntoine Tenart2018-07-081-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-261-0/+39
* crypto: inside-secure - authenc(hmac(sha224), cbc(aes)) supportAntoine Tenart2018-05-261-2/+48
* crypto: inside-secure - authenc(hmac(sha256), cbc(aes)) supportAntoine Tenart2018-05-261-19/+316
* crypto: inside-secure - improve error reportingAntoine Tenart2018-05-261-6/+2
* crypto: inside-secure - make the key and context size computation dynamicAntoine Tenart2018-05-261-2/+2
* crypto: inside-secure - make the context control size dynamicAntoine Tenart2018-05-261-3/+2