Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cryptodev: disable RSA_KEYGEN if pkc-host installed | Cristian Stoica | 2015-01-08 | 1 | -0/+32 |
Currently pkc-host does not support RSA_KEYGEN. When pkc-host installed, RSA keygen operations should be avoided. Introduce DISTRO_FEATURE "c29x_pkc". To install pkc-host, this feature should be enabled. Then cryptodev checks it to disable RSA_KEYGEN. this can be done in conf/local.conf: DISTRO_FEATURES_append = " c29x_pkc" Signed-off-by: Cristian Stoica <cristian.stoica@freescale.com> |