db0ea4f95bc336d4827734ffb9d224eff4aace66
[deb_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
11 ;
12 ; Supported crypto algorithms of the 'dpaa2_sec' crypto driver.
13 ;
14 [Cipher]
15 AES CBC (128) = Y
16 AES CBC (192) = Y
17 AES CBC (256) = Y
18 3DES CBC      = Y
19
20 ;
21 ; Supported authentication algorithms of the 'dpaa2_sec' crypto driver.
22 ;
23 [Auth]
24 MD5 HMAC     = Y
25 SHA1 HMAC    = Y
26 SHA224 HMAC  = Y
27 SHA256 HMAC  = Y
28 SHA384 HMAC  = Y
29 SHA512 HMAC  = Y
30
31 ;
32 ; Supported AEAD algorithms of the 'openssl' crypto driver.
33 ;
34 [AEAD]