Hi,
I'm trying to use SEC interface of TQMLS1043A to use with OpenSSL. I did the kernel configuration according to this page. After that, in /lib/modules/${uname -r}/modules.builtin I see these modules:
But I can't see the encryption algorithms provided by caam in /proc/crypto
Current kernel config:
root@tqmls1043a-mbls10xxa:~# zcat /proc/config.gz | grep CAAM
CONFIG_CRYPTO_DEV_FSL_CAAM_COMMON=y
CONFIG_CRYPTO_DEV_FSL_CAAM_CRYPTO_API_DESC=y
CONFIG_CRYPTO_DEV_FSL_CAAM_AHASH_API_DESC=y
CONFIG_CRYPTO_DEV_FSL_CAAM=y
# CONFIG_CRYPTO_DEV_FSL_CAAM_DEBUG is not set
CONFIG_CRYPTO_DEV_FSL_CAAM_JR=y
CONFIG_CRYPTO_DEV_FSL_CAAM_RINGSIZE=9
# CONFIG_CRYPTO_DEV_FSL_CAAM_INTC is not set
CONFIG_CRYPTO_DEV_FSL_CAAM_CRYPTO_API=y
CONFIG_CRYPTO_DEV_FSL_CAAM_CRYPTO_API_QI=y
CONFIG_CRYPTO_DEV_FSL_CAAM_AHASH_API=y
CONFIG_CRYPTO_DEV_FSL_CAAM_PKC_API=y
CONFIG_CRYPTO_DEV_FSL_CAAM_RNG_API=y
CONFIG_CRYPTO_DEV_FSL_DPAA2_CAAM=y
Hi, I'm trying to use SEC interface of TQMLS1043A to use with OpenSSL. I did the kernel configuration according to this page. After that, in /lib/modules/${uname -r}/modules.builtin I see these modules:
But I can't see the encryption algorithms provided by caam in /proc/crypto
Current kernel config: