aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/inside-secure (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-20crypto: inside-secure - Fix unused variable warning when CONFIG_PCI=nPascal van Leeuwen1-11/+29
2019-09-13crypto: inside-secure - Probe transform record cache RAM sizesPascal van Leeuwen2-50/+200
2019-09-13crypto: inside-secure - Base RD fetchcount on actual RD FIFO sizePascal van Leeuwen2-12/+40
2019-09-13crypto: inside-secure - Base CD fetchcount on actual CD FIFO sizePascal van Leeuwen2-10/+48
2019-09-13crypto: inside-secure - Enable extended algorithms on newer HWPascal van Leeuwen2-0/+3
2019-09-13crypto: inside-secure: Corrected configuration of EIP96_TOKEN_CTRLPascal van Leeuwen2-4/+4
2019-09-13crypto: inside-secure - Add EIP97/EIP197 and endianness detectionPascal van Leeuwen2-50/+130
2019-09-05crypto: inside-secure - Added support for basic AES-CCMPascal van Leeuwen3-53/+249
2019-09-05crypto: inside-secure - Added AES-OFB supportPascal van Leeuwen3-0/+39
2019-09-05crypto: inside-secure - Added AES-CFB supportPascal van Leeuwen3-0/+39
2019-09-05crypto: inside-secure - Added support for basic AES-GCMPascal van Leeuwen4-41/+204
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 Leeuwen3-31/+34
2019-09-05crypto: inside-secure - Only enable algorithms advertised by the hardwarePascal van Leeuwen4-2/+98
2019-09-05crypto: inside-secure - Add support for the AES-XTS algorithmPascal van Leeuwen3-4/+123
2019-09-05crypto: inside-secure - Move static cipher alg & mode settings to initPascal van Leeuwen1-147/+111
2019-08-30crypto: inside-secure - add support for using the EIP197 without vendor firmwarePascal van Leeuwen2-45/+161
2019-08-30crypto: inside-secure - add support for PCI based FPGA development boardPascal van Leeuwen3-167/+405
2019-08-30crypto: inside-secure - Remove redundant algo to engine mapping codePascal van Leeuwen4-33/+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 - use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
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 -reduce hash byte counters to 64 bitsPascal van Leeuwen2-56/+36
2019-07-26crypto: inside-secure - add support for authenc(hmac(sha*),rfc3686(ctr(aes))) suitesPascal van Leeuwen3-45/+250
2019-07-26crypto: inside-secure - added support for rfc3686(ctr(aes))Pascal van Leeuwen3-64/+138
2019-07-26crypto: inside-secure - add support for authenc(hmac(sha1),cbc(des3_ede))Pascal van Leeuwen3-19/+72
2019-07-26crypto: safexcel/aes - switch to library version of key expansion routineArd Biesheuvel1-1/+1
2019-07-26crypto: inside-secure - add support for 0 length HMAC messagesPascal van Leeuwen1-3/+44
2019-07-26crypto: inside-secure - add support for arbitrary size hash/HMAC updatesPascal van Leeuwen2-158/+269
2019-07-26crypto: inside-secure - let HW deal with initial hash digestPascal van Leeuwen1-65/+6
2019-07-26crypto: inside-secure: back out parts of earlier HMAC update workaroundPascal van Leeuwen1-19/+13
2019-07-26crypto: inside-secure - fix EINVAL error (buf overflow) for AEAD decryptPascal van Leeuwen2-5/+4
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 - silently return -EINVAL for input error casesPascal van Leeuwen1-5/+20
2019-07-26crypto: inside-secure - keep ivsize for DES ECB modes at 0Pascal van Leeuwen1-2/+0
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds5-84/+157
2019-06-06crypto: inside-secure - do not rely on the hardware last bit for result descriptorsAntoine Tenart1-6/+18
2019-06-06crypto: inside-secure - fix use of the SG listAntoine Tenart2-30/+12
2019-06-06crypto: inside-secure - add support for HMAC updatesAntoine Tenart2-22/+38
2019-06-06crypto: inside-secure - implement IV retrievalAntoine Tenart2-7/+53
2019-06-06crypto: inside-secure - fix queued len computationAntoine Tenart1-3/+5
2019-06-06crypto: inside-secure - fix zeroing of the request in ahash_exit_invAntoine Tenart1-1/+1
2019-06-06crypto: inside-secure - unify cache resetAntoine Tenart1-0/+2
2019-06-06crypto: inside-secure - enable context reuseAntoine Tenart3-0/+16
2019-06-06crypto: inside-secure - change returned error when a descriptor reports an errorAntoine Tenart1-1/+1
2019-06-06crypto: inside-secure - improve the result error format when displayedAntoine Tenart1-1/+1