crypto/dpaa_sec: support DES-CBC
[dpdk.git] / doc / guides / cryptodevs / features / dpaa_sec.ini
1 ;
2 ; Supported features of the 'dpaa_sec' 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 Protocol offload       = Y
11 In Place SGL           = Y
12 OOP SGL In SGL Out     = Y
13 OOP SGL In LB  Out     = Y
14 OOP LB  In SGL Out     = Y
15 OOP LB  In LB  Out     = Y
16
17 ;
18 ; Supported crypto algorithms of the 'dpaa_sec' crypto driver.
19 ;
20 [Cipher]
21 AES CBC (128) = Y
22 AES CBC (192) = Y
23 AES CBC (256) = Y
24 AES CTR (128) = Y
25 AES CTR (192) = Y
26 AES CTR (256) = Y
27 DES CBC       = Y
28 3DES CBC      = Y
29 SNOW3G UEA2   = Y
30 ZUC EEA3      = Y
31
32 ;
33 ; Supported authentication algorithms of the 'dpaa_sec' crypto driver.
34 ;
35 [Auth]
36 MD5 HMAC     = Y
37 SHA1 HMAC    = Y
38 SHA224 HMAC  = Y
39 SHA256 HMAC  = Y
40 SHA384 HMAC  = Y
41 SHA512 HMAC  = Y
42 SNOW3G UIA2  = Y
43 ZUC EIA3     = Y
44
45 ;
46 ; Supported AEAD algorithms of the 'dpaa_sec' crypto driver.
47 ;
48 [AEAD]
49 AES GCM (128) = Y
50 AES GCM (192) = Y
51 AES GCM (256) = Y
52
53 ;
54 ; Supported Asymmetric algorithms of the 'dpaa_sec' crypto driver.
55 ;
56 [Asymmetric]