crypto/ipsec_mb: support snow3g digest appended ops
[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 HW Accelerated         = Y
9 Protocol offload       = Y
10 OOP SGL In LB  Out     = Y
11 OOP LB  In LB  Out     = Y
12
13 ;
14 ; Supported crypto algorithms of a default crypto driver.
15 ;
16 [Cipher]
17 NULL           = Y
18 AES CBC (128)  = Y
19 AES CBC (192)  = Y
20 AES CBC (256)  = Y
21 AES CTR (128)  = Y
22 AES CTR (192)  = Y
23 AES CTR (256)  = Y
24 AES ECB (128)  = Y
25 AES ECB (192)  = Y
26 AES ECB (256)  = Y
27 3DES CBC       = Y
28 3DES CTR       = Y
29
30 ;
31 ; Supported authentication algorithms of a default crypto driver.
32 ;
33 [Auth]
34 NULL         = Y
35 MD5          = Y
36 MD5 HMAC     = Y
37 SHA1         = Y
38 SHA1 HMAC    = Y
39 SHA224       = Y
40 SHA224 HMAC  = Y
41 SHA256       = Y
42 SHA256 HMAC  = Y
43 SHA384       = Y
44 SHA384 HMAC  = Y
45 SHA512       = Y
46 SHA512 HMAC  = Y
47 AES GMAC     = Y
48
49 ;
50 ; Supported AEAD algorithms of a default crypto driver.
51 ;
52 [AEAD]
53 AES GCM (128) = Y
54 AES GCM (192) = Y
55 AES GCM (256) = Y
56
57 ;
58 ; Supported Asymmetric algorithms of the 'mvsam' crypto driver.
59 ;
60 [Asymmetric]