Age | Commit message (Expand) | Author | Files | Lines |
2020-07-31 | crypto: sa2ul - Fix inconsistent IS_ERR and PTR_ERR | Gustavo A. R. Silva | 1 | -1/+1 |
2020-07-31 | hwrng: core - remove redundant initialization of variable ret | Colin Ian King | 1 | -1/+1 |
2020-07-31 | crypto: ingenic - Add hardware RNG for Ingenic JZ4780 and X1000 | 周琰杰 (Zhou Yanjie) | 3 | -0/+170 |
2020-07-31 | crypto: caam/qi2 - add module alias | Horia Geantă | 1 | -0/+1 |
2020-07-31 | crypto: caam - add more RNG hw error codes | Horia Geantă | 1 | -0/+3 |
2020-07-31 | crypto: caam/jr - remove incorrect reference to caam_jr_register() | Dan Douglass | 1 | -2/+1 |
2020-07-31 | crypto: caam - silence .setkey in case of bad key length | Horia Geantă | 3 | -3/+3 |
2020-07-31 | crypto: caam/qi2 - create ahash shared descriptors only once | Horia Geantă | 1 | -1/+5 |
2020-07-31 | crypto: caam/qi2 - fix error reporting for caam_hash_alloc | Horia Geantă | 1 | -1/+1 |
2020-07-31 | crypto: caam - remove deadcode on 32-bit platforms | Franck LENORMAND | 1 | -3/+8 |
2020-07-31 | crypto: ccp - use generic power management | Vaibhav Gupta | 5 | -22/+13 |
2020-07-31 | crypto: marvell/cesa - irq balance | Sven Auhagen | 2 | -1/+11 |
2020-07-31 | crypto: inside-secure - irq balance | Sven Auhagen | 2 | -2/+14 |
2020-07-23 | crypto: omap-aes - Fix sparse and compiler warnings | Herbert Xu | 1 | -3/+3 |
2020-07-23 | hwrng: imx-rngc - enable driver for i.MX6 | Horia Geantă | 1 | -1/+1 |
2020-07-23 | crypto: qat - fix double free in qat_uclo_create_batch_init_list | Tom Rix | 1 | -2/+7 |
2020-07-23 | crypto: sa2ul - add device links to child devices | Tero Kristo | 1 | -0/+11 |
2020-07-23 | crypto: sa2ul - Add AEAD algorithm support | Keerthy | 2 | -21/+518 |
2020-07-23 | crypto: sa2ul - add sha1/sha256/sha512 support | Keerthy | 2 | -13/+560 |
2020-07-23 | crypto: sa2ul - Add crypto driver | Keerthy | 4 | -0/+1783 |
2020-07-16 | crypto: chelsio - Fix some pr_xxx messages | Christophe JAILLET | 1 | -10/+9 |
2020-07-16 | crypto: chelsio - Avoid some code duplication | Christophe JAILLET | 1 | -3/+1 |
2020-07-16 | crypto: hisilicon/hpre - disable FLR triggered by hardware | Hui Tang | 1 | -4/+22 |
2020-07-16 | crypto: hisilicon/hpre - update debugfs interface parameters | Meng Yu | 1 | -33/+26 |
2020-07-16 | crypto: hisilicon/hpre - Add a switch in sriov_configure | Meng Yu | 1 | -1/+2 |
2020-07-16 | crypto: hisilicon/hpre - Modify the Macro definition and format | Meng Yu | 1 | -7/+5 |
2020-07-16 | crypto: hisilicon/hpre - HPRE_OVERTIME_THRHLD can be written by debugfs | Hui Tang | 1 | -4/+6 |
2020-07-16 | crypto: hisilicon/hpre - Init the value of current_q of debugfs | Meng Yu | 1 | -0/+1 |
2020-07-16 | crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORY | Mikulas Patocka | 34 | -143/+361 |
2020-07-16 | crypto: ccp - Silence strncpy warning | Herbert Xu | 1 | -1/+2 |
2020-07-16 | hwrng: ks-sa - Replace HTTP links with HTTPS ones | Alexander A. Klimov | 1 | -1/+1 |
2020-07-16 | efi: use sha256() instead of open coding | Eric Biggers | 1 | -6/+3 |
2020-07-16 | crypto: mediatek - use AES library for GCM key derivation | Ard Biesheuvel | 2 | -57/+9 |
2020-07-16 | crypto: sahara - permit asynchronous skcipher as fallback | Ard Biesheuvel | 1 | -51/+45 |
2020-07-16 | crypto: qce - permit asynchronous skcipher as fallback | Ard Biesheuvel | 2 | -21/+24 |
2020-07-16 | crypto: picoxcell - permit asynchronous skcipher as fallback | Ard Biesheuvel | 1 | -16/+22 |
2020-07-16 | crypto: mxs-dcp - permit asynchronous skcipher as fallback | Ard Biesheuvel | 1 | -16/+17 |
2020-07-16 | crypto: chelsio - permit asynchronous skcipher as fallback | Ard Biesheuvel | 2 | -35/+25 |
2020-07-16 | crypto: ccp - permit asynchronous skcipher as fallback | Ard Biesheuvel | 2 | -18/+19 |
2020-07-16 | crypto: sun8i-ss - permit asynchronous skcipher as fallback | Ard Biesheuvel | 2 | -31/+34 |
2020-07-16 | crypto: sun8i-ce - permit asynchronous skcipher as fallback | Ard Biesheuvel | 2 | -24/+25 |
2020-07-16 | crypto: sun4i - permit asynchronous skcipher as fallback | Ard Biesheuvel | 2 | -24/+25 |
2020-07-16 | crypto: omap-aes - permit asynchronous skcipher as fallback | Ard Biesheuvel | 2 | -19/+19 |
2020-07-16 | crypto: amlogic-gxl - permit async skcipher as fallback | Ard Biesheuvel | 2 | -15/+15 |
2020-07-16 | crypto: amlogic-gxl - default to build as module | Ard Biesheuvel | 1 | -1/+1 |
2020-07-16 | hwrng: ba431 - Include kernel.h | Herbert Xu | 1 | -0/+1 |
2020-07-16 | crypto: hisilicon/sec2 - fix some coding styles | Longfang Liu | 1 | -5/+4 |
2020-07-16 | crypto: hisilicon/sec2 - update debugfs interface parameters | Longfang Liu | 1 | -27/+27 |
2020-07-16 | crypto: hisilicon/sec2 - update SEC initialization and reset | Longfang Liu | 2 | -27/+29 |
2020-07-16 | crypto:hisilicon/sec2 - update busy processing logic | Kai Ye | 3 | -25/+71 |