crypto/openssl: set RSA private op feature flag
openssl PMD support RSA private key operation using both qt and exp key type. Set rsa key type feature flag Signed-off-by: Ayuj Verma <ayverma@marvell.com> Signed-off-by: Shally Verma <shallyv@marvell.com> Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
This commit is contained in:
parent
398ba4c13f
commit
378e08eba8
@ -9,6 +9,8 @@ Sym operation chaining = Y
|
||||
OOP SGL In LB Out = Y
|
||||
OOP LB In LB Out = Y
|
||||
Asymmetric crypto = Y
|
||||
RSA PRIV OP KEY EXP = Y
|
||||
RSA PRIV OP KEY QT = Y
|
||||
|
||||
;
|
||||
; Supported crypto algorithms of the 'openssl' crypto driver.
|
||||
|
@ -2125,7 +2125,9 @@ cryptodev_openssl_create(const char *name,
|
||||
RTE_CRYPTODEV_FF_CPU_AESNI |
|
||||
RTE_CRYPTODEV_FF_OOP_SGL_IN_LB_OUT |
|
||||
RTE_CRYPTODEV_FF_OOP_LB_IN_LB_OUT |
|
||||
RTE_CRYPTODEV_FF_ASYMMETRIC_CRYPTO;
|
||||
RTE_CRYPTODEV_FF_ASYMMETRIC_CRYPTO |
|
||||
RTE_CRYPTODEV_FF_RSA_PRIV_OP_KEY_EXP |
|
||||
RTE_CRYPTODEV_FF_RSA_PRIV_OP_KEY_QT;
|
||||
|
||||
/* Set vector instructions mode supported */
|
||||
internals = dev->data->dev_private;
|
||||
|
Loading…
x
Reference in New Issue
Block a user