summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: chacha20poly1305 - a few cleanupsEric Biggers2019-06-131-30/+13
* crypto: skcipher - make chunksize and walksize accessors internalEric Biggers2019-06-132-60/+60
* crypto: skcipher - un-inline encrypt and decrypt functionsEric Biggers2019-06-132-30/+36
* crypto: aead - un-inline encrypt and decrypt functionsEric Biggers2019-06-132-32/+38
* crypto: x86/aesni - remove unused internal cipher algorithmEric Biggers2019-06-131-38/+7
* crypto: doc - improve the skcipher API example codeEric Biggers2019-06-131-99/+77
* crypto: testmgr - add some more preemption pointsEric Biggers2019-06-131-0/+6
* crypto: algapi - require cra_name and cra_driver_nameEric Biggers2019-06-131-18/+4
* crypto: make all generic algorithms set cra_driver_nameEric Biggers2019-06-1322-24/+55
* crypto: chacha20poly1305 - fix atomic sleep when using async algorithmEric Biggers2019-06-061-11/+19
* crypto: atmel-i2c - Fix build error while CRC16 set to mYueHaibing2019-06-061-0/+1
* crypto: caam - disable some clock checks for iMX7ULPIuliana Prodan2019-06-061-2/+4
* crypto: caam - limit output IV to CBC to work around CTR mode DMA issueArd Biesheuvel2019-06-061-4/+5
* crypto: atmel - Fix sparse endianness warningsHerbert Xu2019-06-062-3/+4
* crypto: lrw - use correct alignmaskEric Biggers2019-06-061-1/+1
* crypto: ghash - fix unaligned memory access in ghash_setkey()Eric Biggers2019-06-061-1/+7
* crypto: xxhash - Implement xxhash supportNikolay Borisov2019-06-065-0/+230
* crypto: jitter - update implementation to 2.1.2Stephan Müller2019-06-062-228/+82
* crypto: testmgr - test the shash APIEric Biggers2019-06-061-67/+335
* crypto: arm64/sha2-ce - correct digest for empty data in finupElena Petrova2019-06-061-1/+1
* crypto: arm64/sha1-ce - correct digest for empty data in finupElena Petrova2019-06-061-1/+1
* crypto: caam - strip input without changing crypto requestIuliana Prodan2019-06-062-14/+32
* crypto: caam - fix pkcs1pad(rsa-caam, sha256) failure because of invalid inputIuliana Prodan2019-06-062-17/+74
* crypto: inside-secure - do not rely on the hardware last bit for result descr...Antoine Tenart2019-06-061-6/+18
* crypto: inside-secure - fix use of the SG listAntoine Tenart2019-06-062-30/+12
* crypto: inside-secure - add support for HMAC updatesAntoine Tenart2019-06-062-22/+38
* crypto: inside-secure - implement IV retrievalAntoine Tenart2019-06-062-7/+53
* crypto: inside-secure - fix queued len computationAntoine Tenart2019-06-061-3/+5
* crypto: inside-secure - fix zeroing of the request in ahash_exit_invAntoine Tenart2019-06-061-1/+1
* crypto: inside-secure - unify cache resetAntoine Tenart2019-06-061-0/+2
* crypto: inside-secure - enable context reuseAntoine Tenart2019-06-063-0/+16
* crypto: inside-secure - change returned error when a descriptor reports an errorAntoine Tenart2019-06-061-1/+1
* crypto: inside-secure - improve the result error format when displayedAntoine Tenart2019-06-061-1/+1
* crypto: inside-secure - remove useless checkAntoine Tenart2019-06-061-13/+11
* crypto: inside-secure - fix coding style for a conditionAntoine Tenart2019-06-061-2/+1
* crypto: inside-secure - move commentAntoine Tenart2019-06-061-3/+4
* crypto: inside-secure - remove empty lineAntoine Tenart2019-06-061-1/+0
* dt-bindings: move Atmel ECC508A I2C crypto processor to trivial-devicesArd Biesheuvel2019-05-302-13/+2
* dt-bindings: add Atmel SHA204A I2C crypto processorArd Biesheuvel2019-05-301-0/+2
* crypto: atmel-i2c - add support for SHA204A random number generatorArd Biesheuvel2019-05-305-0/+211
* crypto: atmel-ecc - factor out code that can be sharedArd Biesheuvel2019-05-305-389/+451
* crypto: atmel-ecc - add support for ACPI probing on non-AT91 platformsArd Biesheuvel2019-05-302-6/+8
* i2c: acpi: permit bus speed to be discovered after enumerationArd Biesheuvel2019-05-301-2/+4
* crypto: caam - print messages in caam_dump_sg at debug levelSascha Hauer2019-05-305-12/+12
* crypto: caam - print debug messages at debug levelSascha Hauer2019-05-307-353/+236
* crypto: caam - remove unused definesSascha Hauer2019-05-302-15/+0
* crypto: caam - print IV only when non NULLSascha Hauer2019-05-301-3/+4
* crypto: ixp4xx - Fix cross-compile errors due to type mismatchHerbert Xu2019-05-301-7/+8
* crypto: talitos - use SPDX-License-IdentifierChristophe Leroy2019-05-302-38/+2
* crypto: talitos - use IS_ENABLED() in has_ftr_sec1()Christophe Leroy2019-05-301-7/+5