New upstream version 18.02
[deb_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 Mbuf scatter gather    = Y
12
13 ;
14 ; Supported crypto algorithms of the 'dpaa_sec' crypto driver.
15 ;
16 [Cipher]
17 AES CBC (128) = Y
18 AES CBC (192) = Y
19 AES CBC (256) = Y
20 AES CTR (128) = Y
21 AES CTR (192) = Y
22 AES CTR (256) = Y
23 3DES CBC      = Y
24
25 ;
26 ; Supported authentication algorithms of the 'dpaa_sec' crypto driver.
27 ;
28 [Auth]
29 MD5 HMAC     = Y
30 SHA1 HMAC    = Y
31 SHA224 HMAC  = Y
32 SHA256 HMAC  = Y
33 SHA384 HMAC  = Y
34 SHA512 HMAC  = Y
35
36 ;
37 ; Supported AEAD algorithms of the 'dpaa_sec' crypto driver.
38 ;
39 [AEAD]
40 AES GCM (128) = Y
41 AES GCM (192) = Y
42 AES GCM (256) = Y