aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/inside-secure (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-06-06crypto: inside-secure - remove useless checkAntoine Tenart1-13/+11
2019-06-06crypto: inside-secure - fix coding style for a conditionAntoine Tenart1-2/+1
2019-06-06crypto: inside-secure - move commentAntoine Tenart1-3/+4
2019-06-06crypto: inside-secure - remove empty lineAntoine Tenart1-1/+0
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
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-10-05treewide: Replace more open-coded allocation size multiplicationsKees Cook1-3/+5
2018-07-20crypto: inside-secure - initialize first_rdesc to make GCC happyAntoine Tenart1-1/+1
2018-07-20crypto: inside-secure - switch to SPDX identifiersAntoine Tenart5-20/+5
2018-07-09crypto: remove redundant type flags from tfm allocationEric Biggers1-2/+1
2018-07-09crypto: skcipher - remove useless setting of type flagsEric Biggers1-2/+2
2018-07-09crypto: aead - remove useless setting of type flagsEric Biggers1-5/+5
2018-07-09crypto: inside-secure - remove request list to improve performanceOfer Heifetz5-121/+119
2018-07-09crypto: inside-secure - ecb(des3_ede) and cbc(des3_ede) supportOfer Heifetz3-0/+120
2018-07-09crypto: inside-secure - ecb(des) and cbc(des) supportOfer Heifetz3-44/+185
2018-07-09crypto: inside-secure - hmac(md5) supportOfer Heifetz3-1/+60
2018-07-09crypto: inside-secure - md5 supportOfer Heifetz3-2/+71
2018-07-09crypto: inside-secure - set tx_max_cmd_queue to 32Ofer Heifetz2-0/+5
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 Heifetz2-12/+30
2018-07-09crypto: inside-secure - eip197d supportAntoine Tenart4-27/+54
2018-07-09crypto: inside-secure - add multiple processing engine supportOfer Heifetz2-118/+150
2018-07-09crypto: inside-secure - dynamic ring configuration allocationOfer Heifetz3-38/+47
2018-07-09crypto: inside-secure - add an invalidation flagAntoine Tenart4-12/+20
2018-07-09crypto: inside-secure - filter out the algorithms by engineAntoine Tenart4-2/+29
2018-07-09crypto: inside-secure - use precise compatiblesAntoine Tenart4-21/+31
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 Tenart3-0/+41
2018-06-22crypto: inside-secure - hmac(sha384) supportAntoine Tenart3-0/+58
2018-06-22crypto: inside-secure - sha384 supportAntoine Tenart3-1/+77
2018-06-22crypto: inside-secure - authenc(hmac(sha512), cbc(aes)) supportAntoine Tenart3-2/+43
2018-06-22crypto: inside-secure - hmac(sha512) supportAntoine Tenart3-3/+61
2018-06-22crypto: inside-secure - sha512 supportAntoine Tenart3-37/+153
2018-06-22crypto: inside-secure - improve the counter computationAntoine Tenart2-7/+10
2018-06-22crypto: inside-secure - use the error handler for invalidation requestsAntoine Tenart2-10/+4
2018-06-22crypto: inside-secure - increase minimum transfer sizeOfer Heifetz1-4/+4
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1