crypto/nitrox: support 3DES-CBC
[dpdk.git] / doc / guides / cryptodevs / features / nitrox.ini
1 ;
2 ; Supported features of the 'nitrox' crypto driver.
3 ;
4 ; Refer to default.ini for the full list of available PMD features.
5 ;
6 [Features]
7 Symmetric crypto       = Y
8 Sym operation chaining = Y
9 HW Accelerated         = Y
10 In Place SGL           = Y
11 OOP SGL In SGL Out     = Y
12 OOP SGL In LB  Out     = Y
13 OOP LB  In SGL Out     = Y
14 OOP LB  In LB  Out     = Y
15
16 ;
17 ; Supported crypto algorithms of the 'nitrox' crypto driver.
18 ;
19 [Cipher]
20 AES CBC (128)  = Y
21 AES CBC (192)  = Y
22 AES CBC (256)  = Y
23 3DES CBC       = Y
24
25 ;
26 ; Supported authentication algorithms of the 'nitrox' crypto driver.
27 ;
28 [Auth]
29 SHA1 HMAC    = Y
30 SHA224 HMAC  = Y
31 SHA256 HMAC  = Y
32
33 ;
34 ; Supported AEAD algorithms of the 'nitrox' crypto driver.
35 ;
36 [AEAD]
37
38 ;
39 ; Supported Asymmetric algorithms of the 'nitrox' crypto driver.
40 ;
41 [Asymmetric]