| Commit message (Expand) | Author | Age | Files | Lines |
* | crypto: sun4i-ss - move from ablkcipher to skcipher API | Antoine Ténart | 2017-06-19 | 3 | -224/+221 |
* | crypto: sun4i-ss - use GENMASK to generate masks | Antoine Ténart | 2017-06-19 | 1 | -3/+6 |
* | crypto: sun4i-ss - simplify the appended bit assignment | Antoine Ténart | 2017-06-19 | 1 | -6/+2 |
* | crypto: sun4i-ss - simplify the pad length calculation | Antoine Ténart | 2017-06-19 | 1 | -17/+12 |
* | crypto: sun4i-ss - do not dynamically set parts of the last buffer to 0 | Antoine Ténart | 2017-06-19 | 1 | -2/+1 |
* | crypto: sun4i-ss - cannot use DMA is the request is 0 length | Antoine Ténart | 2017-06-19 | 1 | -1/+1 |
* | crypto: sun4i-ss - use lower/upper_32_bits helpers | Antoine Ténart | 2017-06-19 | 1 | -6/+6 |
* | crypto: sun4i-ss - remove conditional checks against 0 | Antoine Ténart | 2017-06-19 | 3 | -39/+39 |
* | crypto: sun4i-ss - group variable definitions in sun4i_hash() | Antoine Ténart | 2017-06-19 | 1 | -20/+11 |
* | crypto: mediatek - drop .owner field in mtk_crypto_driver | Geliang Tang | 2017-06-19 | 1 | -1/+0 |
* | crypto: cavium - Add more algorithms | George Cherian | 2017-06-19 | 1 | -0/+81 |
* | crypto: cavium - Remove the individual encrypt/decrypt function for each algo... | George Cherian | 2017-06-19 | 2 | -77/+83 |
* | crypto: cavium - Downgrade the annoying misc interrupt print from dev_err to ... | George Cherian | 2017-06-19 | 1 | -1/+1 |
* | crypto: ccp - return NULL instead of 0 | pjambhlekar | 2017-06-19 | 1 | -2/+2 |
* | crypto: ccp - Add debugfs entries for CCP information | Gary R Hook | 2017-06-19 | 5 | -3/+395 |
* | crypto: talitos - Extend max key length for SHA384/512-HMAC and AEAD | Martin Hicks | 2017-06-19 | 1 | -1/+6 |
* | crypto: mediatek - remove redundant clock setting | Ryder Lee | 2017-06-10 | 2 | -11/+1 |
* | crypto: cavium - Register the CNN55XX supported crypto algorithms. | Srikanth Jampala | 2017-06-10 | 5 | -1/+544 |
* | crypto: cavium - Add debugfs support in CNN55XX driver. | Srikanth Jampala | 2017-06-10 | 3 | -0/+143 |
* | crypto: cavium - Add support for CNN55XX adapters. | Srikanth Jampala | 2017-06-10 | 13 | -0/+4002 |
* | crypto: qat - comply with crypto_akcipher_maxsize() | Tudor-Dan Ambarus | 2017-06-10 | 1 | -2/+2 |
* | crypto: caampkc - comply with crypto_akcipher_maxsize() | Tudor-Dan Ambarus | 2017-06-10 | 1 | -3/+2 |
* | crypto: qat - comply with crypto_kpp_maxsize() | Tudor-Dan Ambarus | 2017-06-10 | 1 | -2/+2 |
* | crypto: inside-secure - add SafeXcel EIP197 crypto engine driver | Antoine Ténart | 2017-06-10 | 8 | -0/+3280 |
* | crypto: omap-sham - force word alignment on the xmit-buf also | Tero Kristo | 2017-06-10 | 1 | -1/+1 |
* | crypto: omap-sham - fix closing of hash with separate finalize call | Tero Kristo | 2017-06-10 | 1 | -2/+7 |
* | crypto: omap-sham - buffer handling fixes for hashing later | Tero Kristo | 2017-06-10 | 1 | -8/+14 |
* | crypto: omap-aes - Add support for GCM mode | Tero Kristo | 2017-06-10 | 5 | -13/+612 |
* | crypto: omap-aes - export some AES driver functionality locally | Tero Kristo | 2017-06-10 | 2 | -6/+13 |
* | crypto: omap-aes - move definitions over to a separate header file | Tero Kristo | 2017-06-10 | 2 | -149/+168 |
* | crypto: omap-aes - use base omap crypto support library | Tero Kristo | 2017-06-10 | 1 | -92/+28 |
* | crypto: omap-des - use base omap crypto support library | Tero Kristo | 2017-06-10 | 1 | -84/+28 |
* | crypto: omap - add base support library for common routines | Tero Kristo | 2017-06-10 | 4 | -0/+233 |
* | crypto: omap-des - use runtime_pm autosuspend for clock handling | Tero Kristo | 2017-06-10 | 1 | -2/+8 |
* | crypto: omap-des - add check for weak keys | Tero Kristo | 2017-06-10 | 1 | -2/+14 |
* | crypto: omap-aes - fix context handling for multiple cores | Tero Kristo | 2017-06-10 | 1 | -21/+14 |
* | crypto: omap-aes - drop unused flags attribute from omap_aes_ctx | Tero Kristo | 2017-06-10 | 1 | -1/+0 |
* | hw_random: timeriomem_rng: Allow setting RNG quality from platform data | Rick Altherr | 2017-06-01 | 1 | -0/+7 |
* | crypto: ccp - Use IPAD/OPAD constant | Corentin LABBE | 2017-05-23 | 1 | -2/+3 |
* | crypto: mediatek - Use IPAD/OPAD constant | Corentin LABBE | 2017-05-23 | 1 | -2/+3 |
* | crypto: qat - Use IPAD/OPAD constant | Corentin LABBE | 2017-05-23 | 1 | -2/+3 |
* | crypto: omap-sham - Use IPAD/OPAD constant | Corentin LABBE | 2017-05-23 | 1 | -2/+3 |
* | crypto: mv_cesa - Use IPAD/OPAD constant | Corentin LABBE | 2017-05-23 | 1 | -2/+3 |
* | crypto: marvell - Use IPAD/OPAD constant | Corentin LABBE | 2017-05-23 | 1 | -2/+3 |
* | crypto: ixp4xx - Use IPAD/OPAD constant | Corentin LABBE | 2017-05-23 | 1 | -2/+1 |
* | crypto: brcm - Use IPAD/OPAD constant | Corentin LABBE | 2017-05-23 | 1 | -2/+3 |
* | crypto: qat - use pcie_flr instead of duplicating it | Christoph Hellwig | 2017-05-23 | 1 | -14/+1 |
* | crypto: img-hash - Handle return value of clk_prepare_enable | Arvind Yadav | 2017-05-23 | 1 | -2/+10 |
* | hwrng: omap3-rom - Handle return value of clk_prepare_enable | Arvind Yadav | 2017-05-23 | 1 | -2/+9 |
* | crypto: ccp - Add a module author | Gary R Hook | 2017-05-18 | 1 | -0/+1 |