summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/inside-secure (follow)
Commit message (Expand)AuthorAgeFilesLines
* crypto: inside-secure - Remove redundant DES ECB & CBC keysize checkPascal van Leeuwen2019-08-091-5/+0
* crypto: inside-secure - Use defines instead of some constants (cosmetic)Pascal van Leeuwen2019-08-091-16/+19
* crypto: inside-secure -reduce hash byte counters to 64 bitsPascal van Leeuwen2019-07-262-56/+36
* crypto: inside-secure - add support for authenc(hmac(sha*),rfc3686(ctr(aes)))...Pascal van Leeuwen2019-07-263-45/+250
* crypto: inside-secure - added support for rfc3686(ctr(aes))Pascal van Leeuwen2019-07-263-64/+138
* crypto: inside-secure - add support for authenc(hmac(sha1),cbc(des3_ede))Pascal van Leeuwen2019-07-263-19/+72
* crypto: safexcel/aes - switch to library version of key expansion routineArd Biesheuvel2019-07-261-1/+1
* crypto: inside-secure - add support for 0 length HMAC messagesPascal van Leeuwen2019-07-261-3/+44
* crypto: inside-secure - add support for arbitrary size hash/HMAC updatesPascal van Leeuwen2019-07-262-158/+269
* crypto: inside-secure - let HW deal with initial hash digestPascal van Leeuwen2019-07-261-65/+6
* crypto: inside-secure: back out parts of earlier HMAC update workaroundPascal van Leeuwen2019-07-261-19/+13
* crypto: inside-secure - fix EINVAL error (buf overflow) for AEAD decryptPascal van Leeuwen2019-07-262-5/+4
* crypto: inside-secure - fix scatter/gather list to descriptor conversionPascal van Leeuwen2019-07-261-46/+136
* crypto: inside-secure - fix incorrect skcipher output IVPascal van Leeuwen2019-07-261-41/+43
* crypto: inside-secure - silently return -EINVAL for input error casesPascal van Leeuwen2019-07-261-5/+20
* crypto: inside-secure - keep ivsize for DES ECB modes at 0Pascal van Leeuwen2019-07-261-2/+0
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-07-095-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-061-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-081-2/+1
* crypto: skcipher - remove useless setting of type flagsEric Biggers2018-07-081-2/+2
* crypto: aead - remove useless setting of type flagsEric Biggers2018-07-081-5/+5
* crypto: inside-secure - remove request list to improve performanceOfer Heifetz2018-07-085-121/+119
* crypto: inside-secure - ecb(des3_ede) and cbc(des3_ede) supportOfer Heifetz2018-07-083-0/+120
* crypto: inside-secure - ecb(des) and cbc(des) supportOfer Heifetz2018-07-083-44/+185
* crypto: inside-secure - hmac(md5) supportOfer Heifetz2018-07-083-1/+60
* crypto: inside-secure - md5 supportOfer Heifetz2018-07-083-2/+71
* crypto: inside-secure - set tx_max_cmd_queue to 32Ofer Heifetz2018-07-082-0/+5
* crypto: inside-secure - reset CDR and RDR rings on module removalOfer Heifetz2018-07-081-0/+20
* crypto: inside-secure - adjust the TRC configuration for EIP197DOfer Heifetz2018-07-082-12/+30
* crypto: inside-secure - eip197d supportAntoine Tenart2018-07-084-27/+54