3 @@ -735,6 +735,8 @@ config CRYPTO_ANSI_CPRNG
4 for cryptographic modules. Uses the Algorithm specified in
7 +source "crypto/ocf/Kconfig"
9 source "drivers/crypto/Kconfig"
14 @@ -79,6 +79,11 @@ obj-$(CONFIG_CRYPTO_ANSI_CPRNG) += ansi_
15 obj-$(CONFIG_CRYPTO_TEST) += tcrypt.o
20 +obj-$(CONFIG_OCF_OCF) += ocf/
23 # generic algorithms and the async_tx api
25 obj-$(CONFIG_XOR_BLOCKS) += xor.o