summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/inside-secure
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-085-84/+157
|\
| * 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-062-30/+12
| * crypto: inside-secure - add support for HMAC updatesAntoine Tenart2019-06-062-22/+38
| * crypto: inside-secure - implement IV retrievalAntoine Tenart2019-06-062-7/+53
| * crypto: inside-secure - fix queued len computationAntoine Tenart2019-06-061-3/+5
| * crypto: inside-secure - fix zeroing of the request in ahash_exit_invAntoine Tenart2019-06-061-1/+1
| * crypto: inside-secure - unify cache resetAntoine Tenart2019-06-061-0/+2
| * crypto: inside-secure - enable context reuseAntoine Tenart2019-06-063-0/+16
| * crypto: inside-secure - change returned error when a descriptor reports an errorAntoine Tenart2019-06-061-1/+1
| * crypto: inside-secure - improve the result error format when displayedAntoine Tenart2019-06-061-1/+1
| * crypto: inside-secure - remove useless checkAntoine Tenart2019-06-061-13/+11
| * crypto: inside-secure - fix coding style for a conditionAntoine Tenart2019-06-061-2/+1
| * crypto: inside-secure - move commentAntoine Tenart2019-06-061-3/+4
| * crypto: inside-secure - remove empty lineAntoine Tenart2019-06-061-1/+0
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* 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
* treewide: Replace more open-coded allocation size multiplicationsKees Cook2018-10-051-3/+5
* crypto: inside-secure - initialize first_rdesc to make GCC happyAntoine Tenart2018-07-201-1/+1
* crypto: inside-secure - switch to SPDX identifiersAntoine Tenart2018-07-205-20/+5
* crypto: remove redundant type flags from tfm allocationEric Biggers2018-07-091-2/+1
* crypto: skcipher - remove useless setting of type flagsEric Biggers2018-07-091-2/+2
* crypto: aead - remove useless setting of type flagsEric Biggers2018-07-091-5/+5
* crypto: inside-secure - remove request list to improve performanceOfer Heifetz2018-07-095-121/+119
* crypto: inside-secure - ecb(des3_ede) and cbc(des3_ede) supportOfer Heifetz2018-07-093-0/+120
* crypto: inside-secure - ecb(des) and cbc(des) supportOfer Heifetz2018-07-093-44/+185
* crypto: inside-secure - hmac(md5) supportOfer Heifetz2018-07-093-1/+60
* crypto: inside-secure - md5 supportOfer Heifetz2018-07-093-2/+71
* crypto: inside-secure - set tx_max_cmd_queue to 32Ofer Heifetz2018-07-092-0/+5
* crypto: inside-secure - reset CDR and RDR rings on module removalOfer Heifetz2018-07-091-0/+20
* crypto: inside-secure - adjust the TRC configuration for EIP197DOfer Heifetz2018-07-092-12/+30
* crypto: inside-secure - eip197d supportAntoine Tenart2018-07-094-27/+54
* crypto: inside-secure - add multiple processing engine supportOfer Heifetz2018-07-092-118/+150
* crypto: inside-secure - dynamic ring configuration allocationOfer Heifetz2018-07-093-38/+47
* crypto: inside-secure - add an invalidation flagAntoine Tenart2018-07-094-12/+20
* crypto: inside-secure - filter out the algorithms by engineAntoine Tenart2018-07-094-2/+29
* crypto: inside-secure - use precise compatiblesAntoine Tenart2018-07-094-21/+31
* crypto: inside-secure - move the firmware to a better locationAntoine Tenart2018-07-091-6/+12
* crypto: inside-secure - authenc(hmac(sha384), cbc(aes)) supportAntoine Tenart2018-06-223-0/+41
* crypto: inside-secure - hmac(sha384) supportAntoine Tenart2018-06-223-0/+58
* crypto: inside-secure - sha384 supportAntoine Tenart2018-06-223-1/+77
* crypto: inside-secure - authenc(hmac(sha512), cbc(aes)) supportAntoine Tenart2018-06-223-2/+43
* crypto: inside-secure - hmac(sha512) supportAntoine Tenart2018-06-223-3/+61
* crypto: inside-secure - sha512 supportAntoine Tenart2018-06-223-37/+153
* crypto: inside-secure - improve the counter computationAntoine Tenart2018-06-222-7/+10
* crypto: inside-secure - use the error handler for invalidation requestsAntoine Tenart2018-06-222-10/+4
* crypto: inside-secure - increase minimum transfer sizeOfer Heifetz2018-06-221-4/+4
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1