aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2017-08-03crypto: n2 - Convert to using %pOF instead of full_nameRob Herring1-32/+28
2017-08-03crypto: caam/jr - add support for DPAA2 partsHoria Geantă7-25/+148
2017-07-28csrypto: ccp - Expand RSA support for a v5 ccpGary R Hook7-2/+12
2017-07-28crypto: ccp - Add support for RSA on the CCPGary R Hook4-0/+347
2017-07-28crypto: Add akcipher_set_reqsize() functionGary R Hook1-0/+6
2017-07-28crypto: ccp - Fix base RSA function for version 5 CCPsGary R Hook2-34/+54
2017-07-28crypto: ccp - Update copyright dates for 2017.Gary R Hook11-11/+11
2017-07-28crypto: rng - ensure that the RNG is ready before usingJason A. Donenfeld1-2/+4
2017-07-28crypto: stm32 - Support for STM32 HASH modulelionel.debieve@st.com3-0/+1589
2017-07-28dt-bindings: Document STM32 HASH bindingslionel.debieve@st.com1-0/+30
2017-07-28crypto: stm32 - Rename module to use generic cryptolionel.debieve@st.com3-6/+5
2017-07-28crypto: stm32 - solve crc issue during unbindlionel.debieve@st.com1-1/+1
2017-07-28crypto: stm32 - CRC use relaxed functionlionel.debieve@st.com1-7/+8
2017-07-28crypto: caam - free qman_fq after kill_fqXulin Sun1-6/+4
2017-07-28crypto: algif_aead - overhaul memory managementStephan Mueller1-324/+442
2017-07-28crypto: algif_skcipher - overhaul memory managementStephan Mueller1-282/+279
2017-07-18hwrng: remember rng chosen by userHarald Freudenberger1-2/+19
2017-07-18hwrng: use rng source with best qualityHarald Freudenberger1-6/+19