summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorLines
2019-06-06crypto: atmel - Fix sparse endianness warningsHerbert Xu-3/+4
2019-06-06crypto: caam - strip input without changing crypto requestIuliana Prodan-14/+32
2019-06-06crypto: caam - fix pkcs1pad(rsa-caam, sha256) failure because of invalid inputIuliana Prodan-17/+74
2019-06-06crypto: inside-secure - do not rely on the hardware last bit for result descr...Antoine Tenart-6/+18
2019-06-06crypto: inside-secure - fix use of the SG listAntoine Tenart-30/+12
2019-06-06crypto: inside-secure - add support for HMAC updatesAntoine Tenart-22/+38
2019-06-06crypto: inside-secure - implement IV retrievalAntoine Tenart-7/+53
2019-06-06crypto: inside-secure - fix queued len computationAntoine Tenart-3/+5
2019-06-06crypto: inside-secure - fix zeroing of the request in ahash_exit_invAntoine Tenart-1/+1
2019-06-06crypto: inside-secure - unify cache resetAntoine Tenart-0/+2
2019-06-06crypto: inside-secure - enable context reuseAntoine Tenart-0/+16
2019-06-06crypto: inside-secure - change returned error when a descriptor reports an errorAntoine Tenart-1/+1
2019-06-06crypto: inside-secure - improve the result error format when displayedAntoine Tenart-1/+1
2019-06-06crypto: inside-secure - remove useless checkAntoine Tenart-13/+11
2019-06-06crypto: inside-secure - fix coding style for a conditionAntoine Tenart-2/+1
2019-06-06crypto: inside-secure - move commentAntoine Tenart-3/+4
2019-06-06crypto: inside-secure - remove empty lineAntoine Tenart-1/+0
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 442Thomas Gleixner-13/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner-4/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner-12/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 299Thomas Gleixner-182/+14
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284Thomas Gleixner-99/+11
2019-06-03locking/atomic, crypto/nx: Remove redundant castsMark Rutland-3/+3
2019-06-03locking/atomic, crypto/nx: Prepare for atomic64_read() conversionMark Rutland-6/+6
2019-06-01crypto: ux500 - fix license comment syntax errorAlex Xu (Hello71)-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner-53/+13
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194Thomas Gleixner-15/+16
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 178Thomas Gleixner-5/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 177Thomas Gleixner-2/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 159Thomas Gleixner-7/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner-90/+9
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-42/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-31/+6
2019-05-30crypto: atmel-i2c - add support for SHA204A random number generatorArd Biesheuvel-0/+211
2019-05-30crypto: atmel-ecc - factor out code that can be sharedArd Biesheuvel-389/+451
2019-05-30crypto: atmel-ecc - add support for ACPI probing on non-AT91 platformsArd Biesheuvel-6/+8
2019-05-30crypto: caam - print messages in caam_dump_sg at debug levelSascha Hauer-12/+12
2019-05-30crypto: caam - print debug messages at debug levelSascha Hauer-353/+236
2019-05-30crypto: caam - remove unused definesSascha Hauer-15/+0
2019-05-30crypto: caam - print IV only when non NULLSascha Hauer-3/+4
2019-05-30crypto: ixp4xx - Fix cross-compile errors due to type mismatchHerbert Xu-7/+8
2019-05-30crypto: talitos - use SPDX-License-IdentifierChristophe Leroy-38/+2
2019-05-30crypto: talitos - use IS_ENABLED() in has_ftr_sec1()Christophe Leroy-7/+5
2019-05-30Revert "crypto: talitos - export the talitos_submit function"Christophe Leroy-12/+5
2019-05-30crypto: talitos - fix AEAD processing.Christophe Leroy-105/+55
2019-05-30crypto: talitos - Align SEC1 accesses to 32 bits boundaries.Christophe Leroy-1/+4
2019-05-30crypto: talitos - properly handle split ICV.Christophe Leroy-11/+15
2019-05-30crypto: talitos - HMAC SNOOP NO AFEU mode requires SW icv checking.Christophe Leroy-1/+2
2019-05-30crypto: talitos - Do not modify req->cryptlen on decryption.Christophe Leroy-14/+17
2019-05-30crypto: talitos - fix ECB algs ivsizeChristophe Leroy-3/+0