mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
433cd2c617
Crypto driver support: ecb(aes) cbc(aes) ecb(des) cbc(des) ecb(des3_ede) cbc(des3_ede) You can alloc tags above in your case. And other algorithms and platforms will be added later on. Signed-off-by: Zain Wang <zain.wang@rock-chips.com> Tested-by: Heiko Stuebner <heiko@sntech.de> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
4 lines
118 B
Makefile
4 lines
118 B
Makefile
obj-$(CONFIG_CRYPTO_DEV_ROCKCHIP) += rk_crypto.o
|
|
rk_crypto-objs := rk3288_crypto.o \
|
|
rk3288_crypto_ablkcipher.o \
|