summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/inside-secure
Commit message (Expand)AuthorAgeFilesLines
* 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/+5Star
* crypto: remove redundant type flags from tfm allocationEric Biggers2018-07-081-2/+1Star
* 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/+119Star
* 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
* crypto: inside-secure - add multiple processing engine supportOfer Heifetz2018-07-082-118/+150
* crypto: inside-secure - dynamic ring configuration allocationOfer Heifetz2018-07-083-38/+47
* crypto: inside-secure - add an invalidation flagAntoine Tenart2018-07-084-12/+20
* crypto: inside-secure - filter out the algorithms by engineAntoine Tenart2018-07-084-2/+29
* crypto: inside-secure - use precise compatiblesAntoine Tenart2018-07-084-21/+31
* crypto: inside-secure - move the firmware to a better locationAntoine Tenart2018-07-081-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/+4Star
* crypto: inside-secure - increase minimum transfer sizeOfer Heifetz2018-06-221-4/+4
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-06-064-142/+599
|\
| * crypto: inside-secure - authenc(hmac(sha1), cbc(aes)) supportAntoine Tenart2018-05-263-0/+41
| * crypto: inside-secure - authenc(hmac(sha224), cbc(aes)) supportAntoine Tenart2018-05-263-2/+50
| * crypto: inside-secure - authenc(hmac(sha256), cbc(aes)) supportAntoine Tenart2018-05-264-33/+352
| * crypto: inside-secure - improve error reportingAntoine Tenart2018-05-264-11/+27
| * crypto: inside-secure - fix the hash then encrypt/decrypt typesAntoine Tenart2018-05-261-2/+2
| * crypto: inside-secure - make the key and context size computation dynamicAntoine Tenart2018-05-261-2/+2
| * crypto: inside-secure - make the context control size dynamicAntoine Tenart2018-05-261-3/+2Star
| * crypto: inside-secure - rework the alg type settings in the contextAntoine Tenart2018-05-261-4/+7
| * crypto: inside-secure - rework cipher functions for future AEAD supportAntoine Tenart2018-05-261-107/+129
| * crypto: inside-secure - remove VLAsAntoine Tenart2018-05-263-2/+11
* | crypto: inside-secure - do not use memset on MMIOAntoine Tenart2018-05-261-2/+2
|/
* crypto: inside-secure - hmac(sha224) supportAntoine Tenart2018-03-303-0/+58
* crypto: inside-secure - hmac(sha256) supportAntoine Tenart2018-03-303-9/+75
* crypto: inside-secure - the context ipad/opad should use the state szAntoine Tenart2018-03-301-4/+4
* crypto: inside-secure - improve the skcipher tokenAntoine Tenart2018-03-301-1/+2
* crypto: inside-secure - do not access buffers mapped to the deviceAntoine Tenart2018-03-301-4/+4
* crypto: inside-secure - improve the send error pathAntoine Tenart2018-03-301-2/+5