crypto/aesni_mb: support DOCSIS protocol
[dpdk.git] / doc / guides / cryptodevs / features / aesni_mb.ini
1 ;
2 ; Supported features of the 'aesni_mb' 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 Protocol offload       = Y
10 CPU SSE                = Y
11 CPU AVX                = Y
12 CPU AVX2               = Y
13 CPU AVX512             = Y
14 CPU AESNI              = Y
15 OOP LB  In LB  Out     = Y
16 CPU crypto             = Y
17 Symmetric sessionless  = Y
18
19 ;
20 ; Supported crypto algorithms of the 'aesni_mb' crypto driver.
21 ;
22 [Cipher]
23 AES CBC (128)  = Y
24 AES CBC (192)  = Y
25 AES CBC (256)  = Y
26 AES CTR (128)  = Y
27 AES CTR (192)  = Y
28 AES CTR (256)  = Y
29 AES DOCSIS BPI = Y
30 DES CBC        = Y
31 3DES CBC       = Y
32 DES DOCSIS BPI = Y
33
34 ;
35 ; Supported authentication algorithms of the 'aesni_mb' crypto driver.
36 ;
37 [Auth]
38 MD5 HMAC     = Y
39 SHA1         = Y
40 SHA1 HMAC    = Y
41 SHA224       = Y
42 SHA224 HMAC  = Y
43 SHA256       = Y
44 SHA256 HMAC  = Y
45 SHA384       = Y
46 SHA384 HMAC  = Y
47 SHA512       = Y
48 SHA512 HMAC  = Y
49 AES XCBC MAC = Y
50 AES CMAC (128)  = Y
51 AES GMAC     = Y
52
53 ;
54 ; Supported AEAD algorithms of the 'aesni_mb' crypto driver.
55 ;
56 [AEAD]
57 AES CCM (128) = Y
58 AES GCM (128) = Y
59 AES GCM (192) = Y
60 AES GCM (256) = Y
61
62 ;
63 ; Supported Asymmetric algorithms of the 'aesni_mb' crypto driver.
64 ;
65 [Asymmetric]