summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/inside-secure
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-06-054-142/+599
|\
| * crypto: inside-secure - authenc(hmac(sha1), cbc(aes)) supportAntoine Tenart2018-05-273-0/+41
| * crypto: inside-secure - authenc(hmac(sha224), cbc(aes)) supportAntoine Tenart2018-05-273-2/+50
| * crypto: inside-secure - authenc(hmac(sha256), cbc(aes)) supportAntoine Tenart2018-05-274-33/+352
| * crypto: inside-secure - improve error reportingAntoine Tenart2018-05-274-11/+27
| * crypto: inside-secure - fix the hash then encrypt/decrypt typesAntoine Tenart2018-05-271-2/+2
| * crypto: inside-secure - make the key and context size computation dynamicAntoine Tenart2018-05-271-2/+2
| * crypto: inside-secure - make the context control size dynamicAntoine Tenart2018-05-271-3/+2
| * crypto: inside-secure - rework the alg type settings in the contextAntoine Tenart2018-05-271-4/+7
| * crypto: inside-secure - rework cipher functions for future AEAD supportAntoine Tenart2018-05-271-107/+129
| * crypto: inside-secure - remove VLAsAntoine Tenart2018-05-273-2/+11
* | crypto: inside-secure - do not use memset on MMIOAntoine Tenart2018-05-261-2/+2
|/
* crypto: inside-secure - hmac(sha224) supportAntoine Tenart2018-03-313-0/+58
* crypto: inside-secure - hmac(sha256) supportAntoine Tenart2018-03-313-9/+75
* crypto: inside-secure - the context ipad/opad should use the state szAntoine Tenart2018-03-311-4/+4
* crypto: inside-secure - improve the skcipher tokenAntoine Tenart2018-03-311-1/+2
* crypto: inside-secure - do not access buffers mapped to the deviceAntoine Tenart2018-03-311-4/+4