03d8485da338e46c7d8616c8a119a3c8b71a151d
[deb_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 CPU SSE                = Y
10 CPU AVX                = Y
11 CPU AVX2               = Y
12 CPU AVX512             = Y
13 CPU AESNI              = Y
14
15 ;
16 ; Supported crypto algorithms of the 'aesni_mb' crypto driver.
17 ;
18 [Cipher]
19 AES CBC (128)  = Y
20 AES CBC (192)  = Y
21 AES CBC (256)  = Y
22 AES CTR (128)  = Y
23 AES CTR (192)  = Y
24 AES CTR (256)  = Y
25 AES DOCSIS BPI = Y
26 ;
27 ; Supported authentication algorithms of the 'aesni_mb' crypto driver.
28 ;
29 [Auth]
30 MD5 HMAC     = Y
31 SHA1 HMAC    = Y
32 SHA224 HMAC  = Y
33 SHA256 HMAC  = Y
34 SHA384 HMAC  = Y
35 SHA512 HMAC  = Y
36 AES XCBC MAC = Y
37
38 ;
39 ; Supported AEAD algorithms of the 'aesni_mb' crypto driver.
40 ;
41 [AEAD]