crypto: aead - Split out geniv into its own module
[linux-block.git] / lib / crypto / Makefile
CommitLineData
dc51f257
AB
1# SPDX-License-Identifier: GPL-2.0
2
e59c1c98
AB
3obj-$(CONFIG_CRYPTO_LIB_AES) += libaes.o
4libaes-y := aes.o
5
dc51f257
AB
6obj-$(CONFIG_CRYPTO_LIB_ARC4) += libarc4.o
7libarc4-y := arc4.o
04007b0e
AB
8
9obj-$(CONFIG_CRYPTO_LIB_DES) += libdes.o
10libdes-y := des.o
01d3aee8
HG
11
12obj-$(CONFIG_CRYPTO_LIB_SHA256) += libsha256.o
13libsha256-y := sha256.o