doc: add crypto asymmetric feature list
Signed-off-by: Sunila Sahu <sunila.sahu@caviumnetworks.com> Signed-off-by: Shally Verma <shally.verma@caviumnetworks.com> Signed-off-by: Ashish Gupta <ashish.gupta@caviumnetworks.com>
This commit is contained in:
parent
ac42813a0a
commit
11e5ba72cf
@ -8,6 +8,7 @@ Symmetric crypto = Y
|
||||
Sym operation chaining = Y
|
||||
OOP SGL In LB Out = Y
|
||||
OOP LB In LB Out = Y
|
||||
Asymmetric crypto = Y
|
||||
|
||||
;
|
||||
; Supported crypto algorithms of the 'openssl' crypto driver.
|
||||
@ -50,3 +51,13 @@ AES GCM (256) = Y
|
||||
AES CCM (128) = Y
|
||||
AES CCM (192) = Y
|
||||
AES CCM (256) = Y
|
||||
|
||||
;
|
||||
; Supported Asymmetric algorithms of the 'openssl' crypto driver.
|
||||
;
|
||||
[Asymmetric]
|
||||
RSA = Y
|
||||
DSA = Y
|
||||
Modular Exponentiation = Y
|
||||
Modular Inversion = Y
|
||||
Diffie-hellman = Y
|
||||
|
@ -80,6 +80,7 @@ crypto processing.
|
||||
|
||||
Test name is cryptodev_openssl_autotest.
|
||||
For performance test cryptodev_openssl_perftest can be used.
|
||||
For asymmetric crypto operations testing, run cryptodev_openssl_asym_autotest.
|
||||
|
||||
To verify real traffic l2fwd-crypto example can be used with this command:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user