summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/inside-secure
AgeCommit message (Expand)AuthorLines
2018-07-20crypto: inside-secure - initialize first_rdesc to make GCC happyAntoine Tenart-1/+1
2018-07-20crypto: inside-secure - switch to SPDX identifiersAntoine Tenart-20/+5
2018-07-09crypto: remove redundant type flags from tfm allocationEric Biggers-2/+1
2018-07-09crypto: skcipher - remove useless setting of type flagsEric Biggers-2/+2
2018-07-09crypto: aead - remove useless setting of type flagsEric Biggers-5/+5
2018-07-09crypto: inside-secure - remove request list to improve performanceOfer Heifetz-121/+119
2018-07-09crypto: inside-secure - ecb(des3_ede) and cbc(des3_ede) supportOfer Heifetz-0/+120
2018-07-09crypto: inside-secure - ecb(des) and cbc(des) supportOfer Heifetz-44/+185
2018-07-09crypto: inside-secure - hmac(md5) supportOfer Heifetz-1/+60
2018-07-09crypto: inside-secure - md5 supportOfer Heifetz-2/+71
2018-07-09crypto: inside-secure - set tx_max_cmd_queue to 32Ofer Heifetz-0/+5
2018-07-09crypto: inside-secure - reset CDR and RDR rings on module removalOfer Heifetz-0/+20
2018-07-09crypto: inside-secure - adjust the TRC configuration for EIP197DOfer Heifetz-12/+30
2018-07-09crypto: inside-secure - eip197d supportAntoine Tenart-27/+54
2018-07-09crypto: inside-secure - add multiple processing engine supportOfer Heifetz-118/+150
2018-07-09crypto: inside-secure - dynamic ring configuration allocationOfer Heifetz-38/+47
2018-07-09crypto: inside-secure - add an invalidation flagAntoine Tenart-12/+20
2018-07-09crypto: inside-secure - filter out the algorithms by engineAntoine Tenart-2/+29
2018-07-09crypto: inside-secure - use precise compatiblesAntoine Tenart-21/+31
2018-07-09crypto: inside-secure - move the firmware to a better locationAntoine Tenart-6/+12
2018-06-22crypto: inside-secure - authenc(hmac(sha384), cbc(aes)) supportAntoine Tenart-0/+41
2018-06-22crypto: inside-secure - hmac(sha384) supportAntoine Tenart-0/+58
2018-06-22crypto: inside-secure - sha384 supportAntoine Tenart-1/+77
2018-06-22crypto: inside-secure - authenc(hmac(sha512), cbc(aes)) supportAntoine Tenart-2/+43
2018-06-22crypto: inside-secure - hmac(sha512) supportAntoine Tenart-3/+61
2018-06-22crypto: inside-secure - sha512 supportAntoine Tenart-37/+153
2018-06-22crypto: inside-secure - improve the counter computationAntoine Tenart-7/+10
2018-06-22crypto: inside-secure - use the error handler for invalidation requestsAntoine Tenart-10/+4
2018-06-22crypto: inside-secure - increase minimum transfer sizeOfer Heifetz-4/+4
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-1/+1
2018-06-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-142/+599
2018-05-27crypto: inside-secure - authenc(hmac(sha1), cbc(aes)) supportAntoine Tenart-0/+41
2018-05-27crypto: inside-secure - authenc(hmac(sha224), cbc(aes)) supportAntoine Tenart-2/+50
2018-05-27crypto: inside-secure - authenc(hmac(sha256), cbc(aes)) supportAntoine Tenart-33/+352
2018-05-27crypto: inside-secure - improve error reportingAntoine Tenart-11/+27
2018-05-27crypto: inside-secure - fix the hash then encrypt/decrypt typesAntoine Tenart-2/+2
2018-05-27crypto: inside-secure - make the key and context size computation dynamicAntoine Tenart-2/+2
2018-05-27crypto: inside-secure - make the context control size dynamicAntoine Tenart-3/+2
2018-05-27crypto: inside-secure - rework the alg type settings in the contextAntoine Tenart-4/+7
2018-05-27crypto: inside-secure - rework cipher functions for future AEAD supportAntoine Tenart-107/+129
2018-05-27crypto: inside-secure - remove VLAsAntoine Tenart-2/+11
2018-05-26crypto: inside-secure - do not use memset on MMIOAntoine Tenart-2/+2
2018-03-31crypto: inside-secure - hmac(sha224) supportAntoine Tenart-0/+58
2018-03-31crypto: inside-secure - hmac(sha256) supportAntoine Tenart-9/+75
2018-03-31crypto: inside-secure - the context ipad/opad should use the state szAntoine Tenart-4/+4
2018-03-31crypto: inside-secure - improve the skcipher tokenAntoine Tenart-1/+2
2018-03-31crypto: inside-secure - do not access buffers mapped to the deviceAntoine Tenart-4/+4
2018-03-31crypto: inside-secure - improve the send error pathAntoine Tenart-2/+5
2018-03-31crypto: inside-secure - fix a typo in a register nameAntoine Tenart-2/+2
2018-03-31crypto: inside-secure - fix typo s/allways/always/ in a defineAntoine Tenart-2/+2