aboutsummaryrefslogtreecommitdiffstats
path: root/usr (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30crypto: atmel-ecc - add support for ACPI probing on non-AT91 platformsArd Biesheuvel2-6/+8
2019-05-30i2c: acpi: permit bus speed to be discovered after enumerationArd Biesheuvel1-2/+4
2019-05-30crypto: caam - print messages in caam_dump_sg at debug levelSascha Hauer5-12/+12
2019-05-30crypto: caam - print debug messages at debug levelSascha Hauer7-353/+236
2019-05-30crypto: caam - remove unused definesSascha Hauer2-15/+0
2019-05-30crypto: caam - print IV only when non NULLSascha Hauer1-3/+4
2019-05-30crypto: ixp4xx - Fix cross-compile errors due to type mismatchHerbert Xu1-7/+8
2019-05-30crypto: talitos - use SPDX-License-IdentifierChristophe Leroy2-38/+2
2019-05-30crypto: talitos - use IS_ENABLED() in has_ftr_sec1()Christophe Leroy1-7/+5
2019-05-30Revert "crypto: talitos - export the talitos_submit function"Christophe Leroy2-12/+5
2019-05-30crypto: talitos - fix AEAD processing.Christophe Leroy2-105/+55
2019-05-30crypto: talitos - Align SEC1 accesses to 32 bits boundaries.Christophe Leroy1-1/+4
2019-05-30crypto: talitos - properly handle split ICV.Christophe Leroy1-11/+15
2019-05-30crypto: talitos - HMAC SNOOP NO AFEU mode requires SW icv checking.Christophe Leroy1-1/+2
2019-05-30crypto: talitos - Do not modify req->cryptlen on decryption.Christophe Leroy1-14/+17
2019-05-30crypto: talitos - fix ECB algs ivsizeChristophe Leroy1-3/+0
2019-05-30crypto: talitos - check data blocksize in ablkcipher.Christophe Leroy1-0/+16
2019-05-30crypto: talitos - fix CTR alg blocksizeChristophe Leroy1-1/+1
2019-05-30crypto: talitos - check AES key sizeChristophe Leroy1-0/+15
2019-05-30crypto: talitos - reduce max key size for SEC1Christophe Leroy1-0/+4
2019-05-30crypto: talitos - rename alternative AEAD algos.Christophe Leroy1-8/+8
2019-05-30crypto: algapi - remove crypto_tfm_in_queue()Eric Biggers3-26/+0
2019-05-30crypto: hash - remove CRYPTO_ALG_TYPE_DIGESTEric Biggers3-5/+2
2019-05-30crypto: cryptd - move kcrypto_wq into cryptdEric Biggers6-61/+19
2019-05-30crypto: gf128mul - make unselectable by userEric Biggers1-7/+1
2019-05-30crypto: echainiv - change to 'default n'Eric Biggers1-1/+0
2019-05-30crypto: make all templates select CRYPTO_MANAGEREric Biggers1-0/+8
2019-05-30crypto: testmgr - make extra tests depend on cryptomgrEric Biggers1-1/+4
2019-05-30crypto: testmgr - fix length truncation with large page sizeEric Biggers1-5/+5
2019-05-30crypto: vmx - convert to skcipher APIEric Biggers5-345/+252
2019-05-30crypto: vmx - convert to SPDX license identifiersEric Biggers5-65/+5
2019-05-30hwrng: meson - update with SPDX Licence identifierNeil Armstrong1-51/+1
2019-05-23crypto: crypto4xx - block ciphers should only accept complete blocksChristian Lamparter3-23/+39
2019-05-23crypto: crypto4xx - fix blocksize for cfb and ofbChristian Lamparter1-2/+2
2019-05-23crypto: crypto4xx - fix AES CTR blocksize valueChristian Lamparter1-2/+2
2019-05-23crypto: caam - print debugging hex dumps after unmappingSascha Hauer1-10/+11
2019-05-23crypto: talitos - fix skcipher failure due to wrong output IVChristophe Leroy1-0/+4
2019-05-23crypto: ccp - Fix 3DES complaint from ccp-crypto moduleHook, Gary1-11/+4
2019-05-23crypto: ccp - fix AES CFB error exposed by new test vectorsHook, Gary1-4/+4
2019-05-23crypto: ccp - AES CFB mode is a stream cipherHook, Gary1-3/+3
2019-05-23crypto: arm/sha512 - Make sha512_arm_final staticYueHaibing1-1/+1
2019-05-23crypto: drbg - add FIPS 140-2 CTRNG for noise sourceStephan Mueller2-3/+93
2019-05-23crypto: caam/qi - DMA map keys using proper deviceHoria Geantă1-14/+19
2019-05-23crypto: caam/qi - fix address translations with IOMMU enabledHoria Geantă3-2/+17
2019-05-23crypto: caam/qi - don't allocate an extra platform deviceHoria Geantă4-39/+15
2019-05-23crypto: caam - convert top level drivers to librariesHoria Geantă10-277/+208
2019-05-23crypto: caam - fix S/G table passing page boundaryHoria Geantă6-37/+147
2019-05-23crypto: caam - avoid S/G table fetching for AEAD zero-length outputHoria Geantă4-1/+14
2019-05-23crypto: qat - do not offload zero length requestsGiovanni Cabiddu1-0/+6
2019-05-23crypto: qat - return error for block ciphers for invalid requestsGiovanni Cabiddu1-4/+19