mirror of
https://github.com/torvalds/linux.git
synced 2024-12-04 18:13:04 +00:00
d9b45418a9
The SS support multiples hash algorithms, this patch adds support for MD5, SHA1, SHA224 and SHA256. Signed-off-by: Corentin Labbe <clabbe@baylibre.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
5 lines
222 B
Makefile
5 lines
222 B
Makefile
obj-$(CONFIG_CRYPTO_DEV_SUN8I_SS) += sun8i-ss.o
|
|
sun8i-ss-y += sun8i-ss-core.o sun8i-ss-cipher.o
|
|
sun8i-ss-$(CONFIG_CRYPTO_DEV_SUN8I_SS_PRNG) += sun8i-ss-prng.o
|
|
sun8i-ss-$(CONFIG_CRYPTO_DEV_SUN8I_SS_HASH) += sun8i-ss-hash.o
|