summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-10crypto: rsa - comply with crypto_akcipher_maxsize()Tudor-Dan Ambarus
2017-06-10crypto: akcipher - assume key is already set in maxsizeTudor-Dan Ambarus
2017-06-10crypto: qat - comply with crypto_kpp_maxsize()Tudor-Dan Ambarus
2017-06-10crypto: ecdh - comply with crypto_kpp_maxsize()Tudor-Dan Ambarus
2017-06-10crypto: dh - comply with crypto_kpp_maxsize()Tudor-Dan Ambarus
2017-06-10crypto: kpp - assume key is already set in maxsizeTudor-Dan Ambarus
2017-06-10crypto: dh - fix memleak in setkeyTudor-Dan Ambarus
2017-06-10crypto: ecc - rename ecdh_make_pub_key()Tudor-Dan Ambarus
2017-06-10crypto: ecc - remove unnecessary castsTudor-Dan Ambarus
2017-06-10crypto: ecc - remove unused function argumentsTudor-Dan Ambarus
2017-06-10crypto: kpp, (ec)dh - fix typosTudor-Dan Ambarus
2017-06-10MAINTAINERS: add a maintainer for the Inside Secure crypto driverAntoine Ténart
2017-06-10crypto: inside-secure - add SafeXcel EIP197 crypto engine driverAntoine Ténart
2017-06-10crypto: omap-sham - force word alignment on the xmit-buf alsoTero Kristo
2017-06-10crypto: omap-sham - fix closing of hash with separate finalize callTero Kristo
2017-06-10crypto: omap-sham - buffer handling fixes for hashing laterTero Kristo
2017-06-10crypto: omap-aes - Add support for GCM modeTero Kristo
2017-06-10crypto: omap-aes - export some AES driver functionality locallyTero Kristo
2017-06-10crypto: omap-aes - move definitions over to a separate header fileTero Kristo
2017-06-10crypto: omap-aes - use base omap crypto support libraryTero Kristo
2017-06-10crypto: omap-des - use base omap crypto support libraryTero Kristo
2017-06-10crypto: omap - add base support library for common routinesTero Kristo
2017-06-10crypto: omap-des - use runtime_pm autosuspend for clock handlingTero Kristo
2017-06-10crypto: omap-des - add check for weak keysTero Kristo
2017-06-10crypto: omap-aes - fix context handling for multiple coresTero Kristo
2017-06-10crypto: omap-aes - drop unused flags attribute from omap_aes_ctxTero Kristo
2017-06-10crypto: rng - Remove unused function __crypto_rng_cast()Matthias Kaehlcke
2017-06-01hw_random: timeriomem_rng: Allow setting RNG quality from platform dataRick Altherr
2017-06-01dt-bindings: timeriomem_rng: Add entropy quality propertyRick Altherr
2017-06-01crypto: arm/crc32 - enable module autoloading based on CPU feature bitsArd Biesheuvel
2017-06-01crypto: arm/sha2-ce - enable module autoloading based on CPU feature bitsArd Biesheuvel
2017-06-01crypto: arm/sha1-ce - enable module autoloading based on CPU feature bitsArd Biesheuvel
2017-06-01crypto: arm/ghash-ce - enable module autoloading based on CPU feature bitsArd Biesheuvel
2017-06-01crypto: arm/aes-ce - enable module autoloading based on CPU feature bitsArd Biesheuvel
2017-05-23crypto: ccp - Use IPAD/OPAD constantCorentin LABBE
2017-05-23crypto: mediatek - Use IPAD/OPAD constantCorentin LABBE
2017-05-23crypto: qat - Use IPAD/OPAD constantCorentin LABBE
2017-05-23crypto: omap-sham - Use IPAD/OPAD constantCorentin LABBE
2017-05-23crypto: mv_cesa - Use IPAD/OPAD constantCorentin LABBE
2017-05-23crypto: marvell - Use IPAD/OPAD constantCorentin LABBE
2017-05-23crypto: ixp4xx - Use IPAD/OPAD constantCorentin LABBE
2017-05-23crypto: brcm - Use IPAD/OPAD constantCorentin LABBE
2017-05-23crypto: hmac - add hmac IPAD/OPAD constantCorentin LABBE
2017-05-23crypto: x86/aes - Don't use %rbp as temporary registerEric Biggers
2017-05-23crypto: qat - use pcie_flr instead of duplicating itChristoph Hellwig
2017-05-23crypto: img-hash - Handle return value of clk_prepare_enableArvind Yadav
2017-05-23hwrng: omap3-rom - Handle return value of clk_prepare_enableArvind Yadav
2017-05-18crypto: aesni - add generic gcm(aes)Sabrina Dubroca
2017-05-18crypto: aesni - make AVX2 AES-GCM work with all valid auth_tag_lenSabrina Dubroca
2017-05-18crypto: aesni - make AVX2 AES-GCM work with any aadlenSabrina Dubroca