summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "crypto: talitos - export the talitos_submit function"Christophe Leroy2019-05-302-12/+5
* crypto: talitos - fix AEAD processing.Christophe Leroy2019-05-302-105/+55
* crypto: talitos - Align SEC1 accesses to 32 bits boundaries.Christophe Leroy2019-05-301-1/+4
* crypto: talitos - properly handle split ICV.Christophe Leroy2019-05-301-11/+15
* crypto: talitos - HMAC SNOOP NO AFEU mode requires SW icv checking.Christophe Leroy2019-05-301-1/+2
* crypto: talitos - Do not modify req->cryptlen on decryption.Christophe Leroy2019-05-301-14/+17
* crypto: talitos - fix ECB algs ivsizeChristophe Leroy2019-05-301-3/+0
* crypto: talitos - check data blocksize in ablkcipher.Christophe Leroy2019-05-301-0/+16
* crypto: talitos - fix CTR alg blocksizeChristophe Leroy2019-05-301-1/+1
* crypto: talitos - check AES key sizeChristophe Leroy2019-05-301-0/+15
* crypto: talitos - reduce max key size for SEC1Christophe Leroy2019-05-301-0/+4
* crypto: talitos - rename alternative AEAD algos.Christophe Leroy2019-05-301-8/+8
* crypto: algapi - remove crypto_tfm_in_queue()Eric Biggers2019-05-303-26/+0
* crypto: hash - remove CRYPTO_ALG_TYPE_DIGESTEric Biggers2019-05-303-5/+2
* crypto: cryptd - move kcrypto_wq into cryptdEric Biggers2019-05-306-61/+19
* crypto: gf128mul - make unselectable by userEric Biggers2019-05-301-7/+1
* crypto: echainiv - change to 'default n'Eric Biggers2019-05-301-1/+0
* crypto: make all templates select CRYPTO_MANAGEREric Biggers2019-05-301-0/+8
* crypto: testmgr - make extra tests depend on cryptomgrEric Biggers2019-05-301-1/+4
* crypto: testmgr - fix length truncation with large page sizeEric Biggers2019-05-301-5/+5
* crypto: vmx - convert to skcipher APIEric Biggers2019-05-305-345/+252
* crypto: vmx - convert to SPDX license identifiersEric Biggers2019-05-305-65/+5
* hwrng: meson - update with SPDX Licence identifierNeil Armstrong2019-05-301-51/+1
* crypto: crypto4xx - block ciphers should only accept complete blocksChristian Lamparter2019-05-233-23/+39
* crypto: crypto4xx - fix blocksize for cfb and ofbChristian Lamparter2019-05-231-2/+2
* crypto: crypto4xx - fix AES CTR blocksize valueChristian Lamparter2019-05-231-2/+2
* crypto: caam - print debugging hex dumps after unmappingSascha Hauer2019-05-231-10/+11
* crypto: talitos - fix skcipher failure due to wrong output IVChristophe Leroy2019-05-231-0/+4
* crypto: ccp - Fix 3DES complaint from ccp-crypto moduleHook, Gary2019-05-231-11/+4
* crypto: ccp - fix AES CFB error exposed by new test vectorsHook, Gary2019-05-231-4/+4
* crypto: ccp - AES CFB mode is a stream cipherHook, Gary2019-05-231-3/+3
* crypto: arm/sha512 - Make sha512_arm_final staticYueHaibing2019-05-231-1/+1
* crypto: drbg - add FIPS 140-2 CTRNG for noise sourceStephan Mueller2019-05-232-3/+93
* crypto: caam/qi - DMA map keys using proper deviceHoria Geantă2019-05-231-14/+19
* crypto: caam/qi - fix address translations with IOMMU enabledHoria Geantă2019-05-233-2/+17
* crypto: caam/qi - don't allocate an extra platform deviceHoria Geantă2019-05-234-39/+15
* crypto: caam - convert top level drivers to librariesHoria Geantă2019-05-2310-277/+208
* crypto: caam - fix S/G table passing page boundaryHoria Geantă2019-05-236-37/+147
* crypto: caam - avoid S/G table fetching for AEAD zero-length outputHoria Geantă2019-05-234-1/+14
* crypto: qat - do not offload zero length requestsGiovanni Cabiddu2019-05-231-0/+6
* crypto: qat - return error for block ciphers for invalid requestsGiovanni Cabiddu2019-05-231-4/+19
* crypto: qat - return proper error code in setkeyGiovanni Cabiddu2019-05-231-65/+108
* crypto: qat - fix block size for aes ctr modeGiovanni Cabiddu2019-05-231-1/+1