aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/async_tx (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-10MAINTAINERS: add a maintainer for the Inside Secure crypto driverAntoine Ténart1-0/+6
2017-06-10crypto: inside-secure - add SafeXcel EIP197 crypto engine driverAntoine Ténart8-0/+3280
2017-06-10crypto: omap-sham - force word alignment on the xmit-buf alsoTero Kristo1-1/+1
2017-06-10crypto: omap-sham - fix closing of hash with separate finalize callTero Kristo1-2/+7
2017-06-10crypto: omap-sham - buffer handling fixes for hashing laterTero Kristo1-8/+14
2017-06-10crypto: omap-aes - Add support for GCM modeTero Kristo5-13/+612
2017-06-10crypto: omap-aes - export some AES driver functionality locallyTero Kristo2-6/+13
2017-06-10crypto: omap-aes - move definitions over to a separate header fileTero Kristo2-149/+168
2017-06-10crypto: omap-aes - use base omap crypto support libraryTero Kristo1-92/+28
2017-06-10crypto: omap-des - use base omap crypto support libraryTero Kristo1-84/+28
2017-06-10crypto: omap - add base support library for common routinesTero Kristo4-0/+233
2017-06-10crypto: omap-des - use runtime_pm autosuspend for clock handlingTero Kristo1-2/+8
2017-06-10crypto: omap-des - add check for weak keysTero Kristo1-2/+14
2017-06-10crypto: omap-aes - fix context handling for multiple coresTero Kristo1-21/+14
2017-06-10crypto: omap-aes - drop unused flags attribute from omap_aes_ctxTero Kristo1-1/+0
2017-06-10crypto: rng - Remove unused function __crypto_rng_cast()Matthias Kaehlcke1-5/+0
2017-06-01hw_random: timeriomem_rng: Allow setting RNG quality from platform dataRick Altherr2-0/+10
2017-06-01dt-bindings: timeriomem_rng: Add entropy quality propertyRick Altherr1-0/+7
2017-06-01crypto: arm/crc32 - enable module autoloading based on CPU feature bitsArd Biesheuvel1-0/+6
2017-06-01crypto: arm/sha2-ce - enable module autoloading based on CPU feature bitsArd Biesheuvel1-3/+2
2017-06-01crypto: arm/sha1-ce - enable module autoloading based on CPU feature bitsArd Biesheuvel1-3/+2
2017-06-01crypto: arm/ghash-ce - enable module autoloading based on CPU feature bitsArd Biesheuvel1-4/+2
2017-06-01crypto: arm/aes-ce - enable module autoloading based on CPU feature bitsArd Biesheuvel1-4/+2
2017-05-23crypto: ccp - Use IPAD/OPAD constantCorentin LABBE1-2/+3
2017-05-23crypto: mediatek - Use IPAD/OPAD constantCorentin LABBE1-2/+3
2017-05-23crypto: qat - Use IPAD/OPAD constantCorentin LABBE1-2/+3
2017-05-23crypto: omap-sham - Use IPAD/OPAD constantCorentin LABBE1-2/+3
2017-05-23crypto: mv_cesa - Use IPAD/OPAD constantCorentin LABBE1-2/+3
2017-05-23crypto: marvell - Use IPAD/OPAD constantCorentin LABBE1-2/+3
2017-05-23crypto: ixp4xx - Use IPAD/OPAD constantCorentin LABBE1-2/+1
2017-05-23crypto: brcm - Use IPAD/OPAD constantCorentin LABBE1-2/+3
2017-05-23crypto: hmac - add hmac IPAD/OPAD constantCorentin LABBE2-2/+10
2017-05-23crypto: x86/aes - Don't use %rbp as temporary registerEric Biggers1-25/+22
2017-05-23crypto: qat - use pcie_flr instead of duplicating itChristoph Hellwig1-14/+1
2017-05-23crypto: img-hash - Handle return value of clk_prepare_enableArvind Yadav1-2/+10
2017-05-23hwrng: omap3-rom - Handle return value of clk_prepare_enableArvind Yadav1-2/+9
2017-05-18crypto: aesni - add generic gcm(aes)Sabrina Dubroca1-50/+158
2017-05-18crypto: aesni - make AVX2 AES-GCM work with all valid auth_tag_lenSabrina Dubroca1-7/+24
2017-05-18crypto: aesni - make AVX2 AES-GCM work with any aadlenSabrina Dubroca1-27/+58
2017-05-18crypto: aesni - make AVX AES-GCM work with all valid auth_tag_lenSabrina Dubroca1-7/+24
2017-05-18crypto: aesni - make AVX AES-GCM work with any aadlenSabrina Dubroca1-34/+88
2017-05-18crypto: aesni - make non-AVX AES-GCM work with all valid auth_tag_lenSabrina Dubroca1-14/+48
2017-05-18crypto: aesni - make non-AVX AES-GCM work with any aadlenSabrina Dubroca1-37/+132
2017-05-18crypto: arm64/sha - avoid non-standard inline asm tricksArd Biesheuvel4-20/+16
2017-05-18crypto: ccp - Add a module authorGary R Hook1-0/+1
2017-05-18crypto: caam - add support for RSA key form 3Radu Alexe4-2/+291
2017-05-18crypto: caam - add support for RSA key form 2Radu Alexe4-17/+298
2017-05-18crypto: caam - incapsulate dropping leading zeros into functionRadu Alexe1-4/+9
2017-05-18crypto: caam - avoid kzalloc(0) in caam_read_raw_dataTudor Ambarus1-0/+2
2017-05-18crypto: sha512-mb - add some missing unlock on errorDan Carpenter1-3/+4