New upstream version 18.08
[deb_dpdk.git] / doc / guides / cryptodevs / features / mvsam.ini
1 ; Supported features of the 'mvsam' crypto driver.
2 ;
3 ; Refer to default.ini for the full list of available PMD features.
4 ;
5 [Features]
6 Symmetric crypto       = Y
7 Sym operation chaining = Y
8
9 ;
10 ; Supported crypto algorithms of a default crypto driver.
11 ;
12 [Cipher]
13 AES CBC (128)  = Y
14 AES CBC (192)  = Y
15 AES CBC (256)  = Y
16 AES CTR (128)  = Y
17 AES CTR (192)  = Y
18 AES CTR (256)  = Y
19 3DES CBC       = Y
20 3DES CTR       = Y
21
22 ;
23 ; Supported authentication algorithms of a default crypto driver.
24 ;
25 [Auth]
26 MD5          = Y
27 MD5 HMAC     = Y
28 SHA1         = Y
29 SHA1 HMAC    = Y
30 SHA256       = Y
31 SHA256 HMAC  = Y
32 SHA384       = Y
33 SHA384 HMAC  = Y
34 SHA512       = Y
35 SHA512 HMAC  = Y
36 AES GMAC     = Y
37
38 ;
39 ; Supported AEAD algorithms of a default crypto driver.
40 ;
41 [AEAD]
42 AES GCM (128) = Y