summaryrefslogtreecommitdiff
path: root/drivers/crypto/inside-secure/safexcel_cipher.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-05crypto: inside-secure - Added support for basic AES-CCMPascal van Leeuwen1-50/+238
2019-09-05crypto: inside-secure - Added AES-OFB supportPascal van Leeuwen1-0/+36
2019-09-05crypto: inside-secure - Added AES-CFB supportPascal van Leeuwen1-0/+36
2019-09-05crypto: inside-secure - Added support for basic AES-GCMPascal van Leeuwen1-38/+188
2019-09-05crypto: inside-secure - Minor code cleanup and optimizationsPascal van Leeuwen1-39/+47
2019-09-05crypto: inside-secure - Minor optimization recognizing CTR is always AESPascal van Leeuwen1-11/+14
2019-09-05crypto: inside-secure - Made .cra_priority value a definePascal van Leeuwen1-19/+19
2019-09-05crypto: inside-secure - Only enable algorithms advertised by the hardwarePascal van Leeuwen1-0/+19
2019-09-05crypto: inside-secure - Add support for the AES-XTS algorithmPascal van Leeuwen1-4/+120
2019-09-05crypto: inside-secure - Move static cipher alg & mode settings to initPascal van Leeuwen1-147/+111
2019-08-30crypto: inside-secure - Remove redundant algo to engine mapping codePascal van Leeuwen1-11/+0
2019-08-22crypto: des - split off DES library from generic DES cipher driverArd Biesheuvel1-1/+1
2019-08-22crypto: safexcel/des - switch to new verification routinesArd Biesheuvel1-17/+7
2019-08-09crypto: inside-secure - Remove redundant DES ECB & CBC keysize checkPascal van Leeuwen1-5/+0
2019-08-09crypto: inside-secure - Use defines instead of some constants (cosmetic)Pascal van Leeuwen1-16/+19
2019-07-26crypto: inside-secure - add support for authenc(hmac(sha*),rfc3686(ctr(aes)))...Pascal van Leeuwen1-41/+235
2019-07-26crypto: inside-secure - added support for rfc3686(ctr(aes))Pascal van Leeuwen1-24/+131
2019-07-26crypto: inside-secure - add support for authenc(hmac(sha1),cbc(des3_ede))Pascal van Leeuwen1-19/+70
2019-07-26crypto: safexcel/aes - switch to library version of key expansion routineArd Biesheuvel1-1/+1
2019-07-26crypto: inside-secure - fix EINVAL error (buf overflow) for AEAD decryptPascal van Leeuwen1-4/+3
2019-07-26crypto: inside-secure - fix scatter/gather list to descriptor conversionPascal van Leeuwen1-46/+136
2019-07-26crypto: inside-secure - fix incorrect skcipher output IVPascal van Leeuwen1-41/+43
2019-07-26crypto: inside-secure - keep ivsize for DES ECB modes at 0Pascal van Leeuwen1-2/+0
2019-06-06crypto: inside-secure - do not rely on the hardware last bit for result descr...Antoine Tenart1-6/+18
2019-06-06crypto: inside-secure - fix use of the SG listAntoine Tenart1-28/+11
2019-06-06crypto: inside-secure - implement IV retrievalAntoine Tenart1-7/+45
2019-06-06crypto: inside-secure - remove empty lineAntoine Tenart1-1/+0
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-08crypto: skcipher - remove useless setting of type flagsEric Biggers1-2/+2
2018-07-08crypto: aead - remove useless setting of type flagsEric Biggers1-5/+5
2018-07-08crypto: inside-secure - remove request list to improve performanceOfer Heifetz1-27/+12
2018-07-08crypto: inside-secure - ecb(des3_ede) and cbc(des3_ede) supportOfer Heifetz1-0/+114
2018-07-08crypto: inside-secure - ecb(des) and cbc(des) supportOfer Heifetz1-44/+178
2018-07-08crypto: inside-secure - eip197d supportAntoine Tenart1-7/+7
2018-07-08crypto: inside-secure - add an invalidation flagAntoine Tenart1-8/+8
2018-07-08crypto: inside-secure - filter out the algorithms by engineAntoine Tenart1-0/+7
2018-07-08crypto: 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-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