Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | crypto: sha - split sha.h into sha1.h and sha2.h | Eric Biggers | 2020-11-20 | 1 | -1/+1 |
* | crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.h | Eric Biggers | 2020-05-08 | 1 | -1/+0 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2019-05-30 | 1 | -6/+1 |
* | crypto: arm - convert to use crypto_simd_usable() | Eric Biggers | 2019-03-22 | 1 | -2/+3 |
* | crypto: shash - remove useless setting of type flags | Eric Biggers | 2018-07-08 | 1 | -1/+0 |
* | crypto: arm/sha1_neon - move SHA-1 NEON implementation to base layer | Ard Biesheuvel | 2015-04-10 | 1 | -111/+24 |
* | crypto: arm/sha1 - move SHA-1 ARM asm implementation to base layer | Ard Biesheuvel | 2015-04-10 | 1 | -1/+1 |
* | crypto: prefix module autoloading with "crypto-" | Kees Cook | 2014-11-24 | 1 | -1/+1 |
* | ARM: 8119/1: crypto: sha1: add ARM NEON implementation | Jussi Kivilinna | 2014-08-02 | 1 | -0/+197 |