| Commit message (Expand) | Author | Age | Files | Lines |
* | crypto: remove propagation of CRYPTO_TFM_RES_* flags | Eric Biggers | 2020-01-09 | 1 | -6/+1 |
* | crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN | Eric Biggers | 2020-01-09 | 1 | -3/+1 |
* | crypto: ghash - add comment and improve help text | Eric Biggers | 2019-07-27 | 1 | -1/+1 |
* | crypto: arm/ghash - provide a synchronous version | Ard Biesheuvel | 2019-07-26 | 1 | -26/+52 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 2019-06-19 | 1 | -4/+1 |
* | crypto: shash - remove shash_desc::flags | Eric Biggers | 2019-04-25 | 1 | -3/+0 |
* | crypto: arm - convert to use crypto_simd_usable() | Eric Biggers | 2019-03-22 | 1 | -3/+4 |
* | crypto: arm/ghash-ce - implement support for 4-way aggregation | Ard Biesheuvel | 2018-09-04 | 1 | -11/+27 |
* | crypto: ahash - remove useless setting of cra_type | Eric Biggers | 2018-07-09 | 1 | -1/+0 |
* | crypto: ahash - remove useless setting of type flags | Eric Biggers | 2018-07-09 | 1 | -1/+1 |
* | crypto: shash - remove useless setting of type flags | Eric Biggers | 2018-07-09 | 1 | -1/+1 |
* | crypto: arm/ghash - add NEON accelerated fallback for vmull.p64 | Ard Biesheuvel | 2017-08-04 | 1 | -3/+21 |
* | crypto: arm/ghash-ce - enable module autoloading based on CPU feature bits | Ard Biesheuvel | 2017-06-01 | 1 | -4/+2 |
* | crypto: arm/ghash - change internal cra_name to "__ghash" | Ard Biesheuvel | 2016-09-07 | 1 | -1/+1 |
* | crypto: arm/ghash-ce - add missing async import/export | Ard Biesheuvel | 2016-09-07 | 1 | -0/+24 |
* | crypto: ghash-ce - Fix cryptd reordering | Herbert Xu | 2016-06-23 | 1 | -23/+17 |
* | crypto: ghash-ce - mark GHASH ARMv8 vmull.p64 helper ciphers | Stephan Mueller | 2015-03-31 | 1 | -2/+4 |
* | crypto: arm - add support for GHASH using ARMv8 Crypto Extensions | Ard Biesheuvel | 2015-03-12 | 1 | -0/+318 |