summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-08-17lib/mpi: fix build with clangStefan Agner1-12/+12
2017-08-17crypto: sahara - Remove leftover from previous used spinlockMogens Lauridsen1-2/+0
2017-08-17crypto: sahara - Fix dma unmap directionMogens Lauridsen1-4/+4
2017-08-09crypto: af_alg - consolidation of duplicate codeStephan Mueller4-1262/+940
2017-08-09crypto: caam - Remove unused dentry membersFabio Estevam3-63/+32
2017-08-09crypto: ccp - select CONFIG_CRYPTO_RSAArnd Bergmann1-0/+1
2017-08-09crypto: ccp - avoid uninitialized variable warningArnd Bergmann1-1/+2
2017-08-09crypto: serpent - improve __serpent_setkey with UBSANArnd Bergmann1-36/+41
2017-08-09crypto: algif_aead - copy AAD from src to dstStephan Mueller2-23/+162
2017-08-09crypto: algif - return error code when no data was processedStephan Mueller2-2/+6
2017-08-04crypto: ccp - Add XTS-AES-256 support for CCP version 5Gary R Hook3-5/+25
2017-08-04crypto: ccp - Rework the unit-size check for XTS-AESGary R Hook1-37/+20
2017-08-04crypto: ccp - Add a call to xts_check_key()Gary R Hook1-1/+8
2017-08-04crypto: ccp - Fix XTS-AES-128 support on v5 CCPsGary R Hook5-11/+43
2017-08-04crypto: arm64/aes - avoid expanded lookup tables in the final roundArd Biesheuvel1-45/+107
2017-08-04crypto: arm/aes - avoid expanded lookup tables in the final roundArd Biesheuvel1-23/+65
2017-08-04crypto: arm64/ghash - add NEON accelerated fallback for 64-bit PMULLArd Biesheuvel2-36/+252
2017-08-04crypto: arm/ghash - add NEON accelerated fallback for vmull.p64Ard Biesheuvel3-48/+215
2017-08-04crypto: arm64/gcm - implement native driver using v8 Crypto ExtensionsArd Biesheuvel3-26/+591
2017-08-04crypto: arm64/aes-bs - implement non-SIMD fallback for AES-CTRArd Biesheuvel2-5/+44
2017-08-04crypto: arm64/chacha20 - take may_use_simd() into accountArd Biesheuvel1-2/+3
2017-08-04crypto: arm64/aes-blk - add a non-SIMD fallback for synchronous CTRArd Biesheuvel3-17/+101
2017-08-04crypto: arm64/aes-ce-ccm: add non-SIMD generic fallbackArd Biesheuvel2-35/+140
2017-08-04crypto: arm64/aes-ce-cipher: add non-SIMD generic fallbackArd Biesheuvel2-3/+18
2017-08-04crypto: arm64/aes-ce-cipher - match round key endianness with generic codeArd Biesheuvel3-40/+37
2017-08-04crypto: arm64/sha2-ce - add non-SIMD scalar fallbackArd Biesheuvel3-5/+29
2017-08-04crypto: arm64/sha1-ce - add non-SIMD generic fallbackArd Biesheuvel2-5/+16
2017-08-04crypto: arm64/crc32 - add non-SIMD scalar fallbackArd Biesheuvel1-5/+6
2017-08-04crypto: arm64/crct10dif - add non-SIMD generic fallbackArd Biesheuvel1-4/+9
2017-08-04crypto: arm64/ghash-ce - add non-SIMD scalar fallbackArd Biesheuvel2-9/+43
2017-08-04crypto: algapi - make crypto_xor() take separate dst and src argumentsArd Biesheuvel14-40/+42
2017-08-04crypto: algapi - use separate dst and src operands for __crypto_xor()Ard Biesheuvel2-12/+17
2017-08-03crypto: rockchip - return the err code when unable dequeue the crypto requestZain Wang3-19/+29
2017-08-03crypto: rockchip - move the crypto completion from interrupt contextZain Wang4-14/+33
2017-08-03hwrng: mx-rngc - add a driver for Freescale RNGCMartin Kaiser3-0/+346
2017-08-03Documentation: devicetree: add Freescale RNGC bindingSteffen Trumtrar1-0/+21
2017-08-03hwrng: Kconfig - Correct help text about feeding entropy poolPrasannaKumar Muralidharan1-4/+2
2017-08-03crypto: scompress - defer allocation of scratch buffer to first useArd Biesheuvel1-29/+17
2017-08-03crypto: scompress - free partially allocated scratch buffers on failureArd Biesheuvel1-1/+4
2017-08-03crypto: scompress - don't sleep with preemption disabledArd Biesheuvel1-3/+1
2017-08-03crypto: brcm - Support more FlexRM rings than SPU engines.raveendra padasalagi2-66/+56
2017-08-03crypto: atmel-ecc - fix signed integer to u8 assignmentTudor-Dan Ambarus1-5/+5
2017-08-03crypto: ecdh - fix concurrency on shared secret and pubkeyTudor-Dan Ambarus1-18/+33
2017-08-03crypto: ccp - remove duplicate module version and author entryBrijesh Singh1-7/+0
2017-08-03crypto: tcrypt - remove AES-XTS-192 speed testsHoria Geantă1-4/+4
2017-08-03Crypto: atmel-ecc: Make a couple of local functions staticColin Ian King1-2/+2
2017-08-03crypto: img-hash - remove unnecessary static in img_hash_remove()Gustavo A. R. Silva1-1/+1
2017-08-03crypto: atmel-tdes - remove unnecessary static in atmel_tdes_remove()Gustavo A. R. Silva1-1/+1
2017-08-03crypto: atmel-sha - remove unnecessary static in atmel_sha_remove()Gustavo A. R. Silva1-1/+1
2017-08-03crypto: omap-sham - remove unnecessary static in omap_sham_remove()Gustavo A. R. Silva1-1/+1