aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/inside-secure/safexcel.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-05crypto: inside-secure - Only enable algorithms advertised by the hardwarePascal van Leeuwen1-2/+34
2019-09-05crypto: inside-secure - Add support for the AES-XTS algorithmPascal van Leeuwen1-0/+1
2019-08-30crypto: inside-secure - add support for using the EIP197 without vendor firmwarePascal van Leeuwen1-45/+149
2019-08-30crypto: inside-secure - add support for PCI based FPGA development boardPascal van Leeuwen1-163/+376
2019-08-30crypto: inside-secure - Remove redundant algo to engine mapping codePascal van Leeuwen1-9/+0
2019-08-09crypto: inside-secure - use devm_platform_ioremap_resource() to simplify codeYueHaibing1-3/+1
2019-07-26crypto: inside-secure - add support for authenc(hmac(sha*),rfc3686(ctr(aes))) suitesPascal van Leeuwen1-4/+10
2019-07-26crypto: inside-secure - added support for rfc3686(ctr(aes))Pascal van Leeuwen1-11/+4
2019-07-26crypto: inside-secure - add support for authenc(hmac(sha1),cbc(des3_ede))Pascal van Leeuwen1-0/+1
2019-07-26crypto: inside-secure - silently return -EINVAL for input error casesPascal van Leeuwen1-5/+20
2019-06-06crypto: inside-secure - enable context reuseAntoine Tenart1-0/+6
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
2019-06-06crypto: inside-secure - fix coding style for a conditionAntoine Tenart1-2/+1
2018-10-05treewide: Replace more open-coded allocation size multiplicationsKees Cook1-3/+5
2018-07-20crypto: inside-secure - switch to SPDX identifiersAntoine Tenart1-4/+1
2018-07-09crypto: inside-secure - remove request list to improve performanceOfer Heifetz1-46/+45
2018-07-09crypto: inside-secure - ecb(des3_ede) and cbc(des3_ede) supportOfer Heifetz1-0/+3
2018-07-09crypto: inside-secure - ecb(des) and cbc(des) supportOfer Heifetz1-0/+3
2018-07-09crypto: inside-secure - hmac(md5) supportOfer Heifetz1-1/+2
2018-07-09crypto: inside-secure - md5 supportOfer Heifetz1-0/+2
2018-07-09crypto: inside-secure - set tx_max_cmd_queue to 32Ofer Heifetz1-0/+4
2018-07-09crypto: inside-secure - reset CDR and RDR rings on module removalOfer Heifetz1-0/+20
2018-07-09crypto: inside-secure - adjust the TRC configuration for EIP197DOfer Heifetz1-9/+21
2018-07-09crypto: inside-secure - eip197d supportAntoine Tenart1-10/+36
2018-07-09crypto: inside-secure - add multiple processing engine supportOfer Heifetz1-99/+125
2018-07-09crypto: inside-secure - dynamic ring configuration allocationOfer Heifetz1-0/+7
2018-07-09crypto: inside-secure - add an invalidation flagAntoine Tenart1-0/+3
2018-07-09crypto: inside-secure - filter out the algorithms by engineAntoine Tenart1-0/+9
2018-07-09crypto: inside-secure - use precise compatiblesAntoine Tenart1-7/+17
2018-07-09crypto: inside-secure - move the firmware to a better locationAntoine Tenart1-6/+12
2018-06-22crypto: inside-secure - authenc(hmac(sha384), cbc(aes)) supportAntoine Tenart1-0/+1
2018-06-22crypto: inside-secure - hmac(sha384) supportAntoine Tenart1-0/+1
2018-06-22crypto: inside-secure - sha384 supportAntoine Tenart1-0/+1
2018-06-22crypto: inside-secure - authenc(hmac(sha512), cbc(aes)) supportAntoine Tenart1-0/+1
2018-06-22crypto: inside-secure - hmac(sha512) supportAntoine Tenart1-0/+1
2018-06-22crypto: inside-secure - sha512 supportAntoine Tenart1-0/+1
2018-06-22crypto: inside-secure - increase minimum transfer sizeOfer Heifetz1-4/+4
2018-06-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+32
2018-05-27crypto: inside-secure - authenc(hmac(sha1), cbc(aes)) supportAntoine Tenart1-0/+1
2018-05-27crypto: inside-secure - authenc(hmac(sha224), cbc(aes)) supportAntoine Tenart1-0/+1
2018-05-27crypto: inside-secure - authenc(hmac(sha256), cbc(aes)) supportAntoine Tenart1-0/+9
2018-05-27crypto: inside-secure - improve error reportingAntoine Tenart1-0/+21
2018-05-26crypto: inside-secure - do not use memset on MMIOAntoine Tenart1-2/+2
2018-03-31crypto: inside-secure - hmac(sha224) supportAntoine Tenart1-0/+1
2018-03-31crypto: inside-secure - hmac(sha256) supportAntoine Tenart1-1/+2
2018-03-31crypto: inside-secure - fix a typo in a register nameAntoine Tenart1-1/+1
2018-03-31crypto: inside-secure - fix typo s/allways/always/ in a defineAntoine Tenart1-1/+1
2018-03-23crypto: inside-secure - fix clock resource by adding a register clockGregory CLEMENT1-9/+25
2018-03-23crypto: inside-secure - improve clock initializationGregory CLEMENT1-5/+6