3 @@ -833,6 +833,8 @@ config CRYPTO_ANSI_CPRNG
4 ANSI X9.31 A.2.4. Note that this option must be enabled if
5 CRYPTO_FIPS is selected
7 +source "crypto/ocf/Kconfig"
9 source "drivers/crypto/Kconfig"
14 @@ -87,6 +87,11 @@ obj-$(CONFIG_CRYPTO_TEST) += tcrypt.o
15 obj-$(CONFIG_CRYPTO_GHASH) += ghash-generic.o
20 +obj-$(CONFIG_OCF_OCF) += ocf/
23 # generic algorithms and the async_tx api
25 obj-$(CONFIG_XOR_BLOCKS) += xor.o