devtools: silence meson install
[dpdk.git] / doc / guides / cryptodevs / features / dpaa2_sec.ini
1 ;
2 ; Supported features of the 'dpaa2_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 'dpaa2_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 3DES CBC      = Y
28 SNOW3G UEA2   = Y
29 ZUC EEA3      = Y
30
31 ;
32 ; Supported authentication algorithms of the 'dpaa2_sec' crypto driver.
33 ;
34 [Auth]
35 MD5 HMAC     = Y
36 SHA1 HMAC    = Y
37 SHA224 HMAC  = Y
38 SHA256 HMAC  = Y
39 SHA384 HMAC  = Y
40 SHA512 HMAC  = Y
41 SNOW3G UIA2  = Y
42 ZUC EIA3     = Y
43
44 ;
45 ; Supported AEAD algorithms of the 'dpaa2_sec' crypto driver.
46 ;
47 [AEAD]
48 AES GCM (128) = Y
49 AES GCM (192) = Y
50 AES GCM (256) = Y
51
52 ;
53 ; Supported Asymmetric algorithms of the 'dpaa2_sec' crypto driver.
54 ;
55 [Asymmetric]