crypto/dpaa_sec: support non-HMAC auth algos
[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          = Y
37 MD5 HMAC     = Y
38 SHA1         = Y
39 SHA1 HMAC    = Y
40 SHA224       = Y
41 SHA224 HMAC  = Y
42 SHA256       = Y
43 SHA256 HMAC  = Y
44 SHA384       = Y
45 SHA384 HMAC  = Y
46 SHA512       = Y
47 SHA512 HMAC  = Y
48 SNOW3G UIA2  = Y
49 ZUC EIA3     = Y
50
51 ;
52 ; Supported AEAD algorithms of the 'dpaa_sec' crypto driver.
53 ;
54 [AEAD]
55 AES GCM (128) = Y
56 AES GCM (192) = Y
57 AES GCM (256) = Y
58
59 ;
60 ; Supported Asymmetric algorithms of the 'dpaa_sec' crypto driver.
61 ;
62 [Asymmetric]