summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | crypto: arm/ghash - add NEON accelerated fallback for vmull.p64Ard Biesheuvel2017-08-043-48/+215
| * | | crypto: arm64/gcm - implement native driver using v8 Crypto ExtensionsArd Biesheuvel2017-08-043-26/+591
| * | | crypto: arm64/aes-bs - implement non-SIMD fallback for AES-CTRArd Biesheuvel2017-08-042-5/+44
| * | | crypto: arm64/chacha20 - take may_use_simd() into accountArd Biesheuvel2017-08-041-2/+3
| * | | crypto: arm64/aes-blk - add a non-SIMD fallback for synchronous CTRArd Biesheuvel2017-08-043-17/+101
| * | | crypto: arm64/aes-ce-ccm: add non-SIMD generic fallbackArd Biesheuvel2017-08-042-35/+140
| * | | crypto: arm64/aes-ce-cipher: add non-SIMD generic fallbackArd Biesheuvel2017-08-042-3/+18
| * | | crypto: arm64/aes-ce-cipher - match round key endianness with generic codeArd Biesheuvel2017-08-043-40/+37
| * | | crypto: arm64/sha2-ce - add non-SIMD scalar fallbackArd Biesheuvel2017-08-043-5/+29
| * | | crypto: arm64/sha1-ce - add non-SIMD generic fallbackArd Biesheuvel2017-08-042-5/+16
| * | | crypto: arm64/crc32 - add non-SIMD scalar fallbackArd Biesheuvel2017-08-041-5/+6
| * | | crypto: arm64/crct10dif - add non-SIMD generic fallbackArd Biesheuvel2017-08-041-4/+9
| * | | crypto: arm64/ghash-ce - add non-SIMD scalar fallbackArd Biesheuvel2017-08-042-9/+43
| * | | crypto: algapi - make crypto_xor() take separate dst and src argumentsArd Biesheuvel2017-08-0414-40/+42
| * | | crypto: algapi - use separate dst and src operands for __crypto_xor()Ard Biesheuvel2017-08-042-12/+17
| * | | crypto: rockchip - return the err code when unable dequeue the crypto requestZain Wang2017-08-033-19/+29
| * | | crypto: rockchip - move the crypto completion from interrupt contextZain Wang2017-08-034-14/+33
| * | | hwrng: mx-rngc - add a driver for Freescale RNGCMartin Kaiser2017-08-033-0/+346
| * | | Documentation: devicetree: add Freescale RNGC bindingSteffen Trumtrar2017-08-031-0/+21
| * | | hwrng: Kconfig - Correct help text about feeding entropy poolPrasannaKumar Muralidharan2017-08-031-4/+2
| * | | crypto: scompress - defer allocation of scratch buffer to first useArd Biesheuvel2017-08-031-29/+17
| * | | crypto: scompress - free partially allocated scratch buffers on failureArd Biesheuvel2017-08-031-1/+4
| * | | crypto: scompress - don't sleep with preemption disabledArd Biesheuvel2017-08-031-3/+1
| * | | crypto: brcm - Support more FlexRM rings than SPU engines.raveendra padasalagi2017-08-032-66/+56
| * | | crypto: atmel-ecc - fix signed integer to u8 assignmentTudor-Dan Ambarus2017-08-031-5/+5
| * | | crypto: ecdh - fix concurrency on shared secret and pubkeyTudor-Dan Ambarus2017-08-031-18/+33
| * | | crypto: ccp - remove duplicate module version and author entryBrijesh Singh2017-08-031-7/+0
| * | | crypto: tcrypt - remove AES-XTS-192 speed testsHoria Geantă2017-08-031-4/+4
| * | | Crypto: atmel-ecc: Make a couple of local functions staticColin Ian King2017-08-031-2/+2
| * | | crypto: img-hash - remove unnecessary static in img_hash_remove()Gustavo A. R. Silva2017-08-031-1/+1
| * | | crypto: atmel-tdes - remove unnecessary static in atmel_tdes_remove()Gustavo A. R. Silva2017-08-031-1/+1
| * | | crypto: atmel-sha - remove unnecessary static in atmel_sha_remove()Gustavo A. R. Silva2017-08-031-1/+1
| * | | crypto: omap-sham - remove unnecessary static in omap_sham_remove()Gustavo A. R. Silva2017-08-031-1/+1
| * | | crypto: n2 - Convert to using %pOF instead of full_nameRob Herring2017-08-031-32/+28
| * | | crypto: caam/jr - add support for DPAA2 partsHoria Geantă2017-08-037-25/+148
| * | | csrypto: ccp - Expand RSA support for a v5 ccpGary R Hook2017-07-287-2/+12
| * | | crypto: ccp - Add support for RSA on the CCPGary R Hook2017-07-284-0/+347
| * | | crypto: Add akcipher_set_reqsize() functionGary R Hook2017-07-281-0/+6
| * | | crypto: ccp - Fix base RSA function for version 5 CCPsGary R Hook2017-07-282-34/+54
| * | | crypto: ccp - Update copyright dates for 2017.Gary R Hook2017-07-2811-11/+11
| * | | crypto: rng - ensure that the RNG is ready before usingJason A. Donenfeld2017-07-281-2/+4
| * | | crypto: stm32 - Support for STM32 HASH modulelionel.debieve@st.com2017-07-283-0/+1589
| * | | dt-bindings: Document STM32 HASH bindingslionel.debieve@st.com2017-07-281-0/+30
| * | | crypto: stm32 - Rename module to use generic cryptolionel.debieve@st.com2017-07-283-6/+5
| * | | crypto: stm32 - solve crc issue during unbindlionel.debieve@st.com2017-07-281-1/+1
| * | | crypto: stm32 - CRC use relaxed functionlionel.debieve@st.com2017-07-281-7/+8
| * | | crypto: caam - free qman_fq after kill_fqXulin Sun2017-07-281-6/+4
| * | | crypto: algif_aead - overhaul memory managementStephan Mueller2017-07-281-324/+442
| * | | crypto: algif_skcipher - overhaul memory managementStephan Mueller2017-07-281-282/+279
| * | | hwrng: remember rng chosen by userHarald Freudenberger2017-07-181-2/+19