summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2019-06-06crypto: atmel - Fix sparse endianness warningsHerbert Xu
2019-06-06crypto: caam - strip input without changing crypto requestIuliana Prodan
2019-06-06crypto: caam - fix pkcs1pad(rsa-caam, sha256) failure because of invalid inputIuliana Prodan
2019-06-06crypto: inside-secure - do not rely on the hardware last bit for result descr...Antoine Tenart
2019-06-06crypto: inside-secure - fix use of the SG listAntoine Tenart
2019-06-06crypto: inside-secure - add support for HMAC updatesAntoine Tenart
2019-06-06crypto: inside-secure - implement IV retrievalAntoine Tenart
2019-06-06crypto: inside-secure - fix queued len computationAntoine Tenart
2019-06-06crypto: inside-secure - fix zeroing of the request in ahash_exit_invAntoine Tenart
2019-06-06crypto: inside-secure - unify cache resetAntoine Tenart
2019-06-06crypto: inside-secure - enable context reuseAntoine Tenart
2019-06-06crypto: inside-secure - change returned error when a descriptor reports an errorAntoine Tenart
2019-06-06crypto: inside-secure - improve the result error format when displayedAntoine Tenart
2019-06-06crypto: inside-secure - remove useless checkAntoine Tenart
2019-06-06crypto: inside-secure - fix coding style for a conditionAntoine Tenart
2019-06-06crypto: inside-secure - move commentAntoine Tenart
2019-06-06crypto: inside-secure - remove empty lineAntoine Tenart
2019-05-30crypto: atmel-i2c - add support for SHA204A random number generatorArd Biesheuvel
2019-05-30crypto: atmel-ecc - factor out code that can be sharedArd Biesheuvel
2019-05-30crypto: atmel-ecc - add support for ACPI probing on non-AT91 platformsArd Biesheuvel
2019-05-30i2c: acpi: permit bus speed to be discovered after enumerationArd Biesheuvel
2019-05-30crypto: caam - print messages in caam_dump_sg at debug levelSascha Hauer
2019-05-30crypto: caam - print debug messages at debug levelSascha Hauer
2019-05-30crypto: caam - remove unused definesSascha Hauer
2019-05-30crypto: caam - print IV only when non NULLSascha Hauer
2019-05-30crypto: ixp4xx - Fix cross-compile errors due to type mismatchHerbert Xu
2019-05-30crypto: talitos - use SPDX-License-IdentifierChristophe Leroy
2019-05-30crypto: talitos - use IS_ENABLED() in has_ftr_sec1()Christophe Leroy
2019-05-30Revert "crypto: talitos - export the talitos_submit function"Christophe Leroy
2019-05-30crypto: talitos - fix AEAD processing.Christophe Leroy
2019-05-30crypto: talitos - Align SEC1 accesses to 32 bits boundaries.Christophe Leroy
2019-05-30crypto: talitos - properly handle split ICV.Christophe Leroy
2019-05-30crypto: talitos - HMAC SNOOP NO AFEU mode requires SW icv checking.Christophe Leroy
2019-05-30crypto: talitos - Do not modify req->cryptlen on decryption.Christophe Leroy
2019-05-30crypto: talitos - fix ECB algs ivsizeChristophe Leroy
2019-05-30crypto: talitos - check data blocksize in ablkcipher.Christophe Leroy
2019-05-30crypto: talitos - fix CTR alg blocksizeChristophe Leroy
2019-05-30crypto: talitos - check AES key sizeChristophe Leroy
2019-05-30crypto: talitos - reduce max key size for SEC1Christophe Leroy
2019-05-30crypto: talitos - rename alternative AEAD algos.Christophe Leroy
2019-05-30crypto: cryptd - move kcrypto_wq into cryptdEric Biggers
2019-05-30crypto: vmx - convert to skcipher APIEric Biggers
2019-05-30crypto: vmx - convert to SPDX license identifiersEric Biggers
2019-05-30hwrng: meson - update with SPDX Licence identifierNeil Armstrong
2019-05-23crypto: crypto4xx - block ciphers should only accept complete blocksChristian Lamparter
2019-05-23crypto: crypto4xx - fix blocksize for cfb and ofbChristian Lamparter
2019-05-23crypto: crypto4xx - fix AES CTR blocksize valueChristian Lamparter
2019-05-23crypto: caam - print debugging hex dumps after unmappingSascha Hauer
2019-05-23crypto: talitos - fix skcipher failure due to wrong output IVChristophe Leroy
2019-05-23crypto: ccp - Fix 3DES complaint from ccp-crypto moduleHook, Gary