86303c51987e242eb11abcab898695c0cef4dbff
[dpdk.git] / doc / guides / cryptodevs / features / aesni_gcm.ini
1 ;
2 ; Supported features of the 'aesni_gcm' 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 AESNI              = Y
10 CPU SSE                = Y
11 CPU AVX                = Y
12 CPU AVX2               = Y
13 CPU AVX512             = Y
14 OOP SGL In LB  Out     = Y
15 OOP LB  In LB  Out     = Y
16 ;
17 ; Supported crypto algorithms of the 'aesni_gcm' crypto driver.
18 ;
19 [Cipher]
20
21 ;
22 ; Supported authentication algorithms of the 'aesni_gcm' crypto driver.
23 ;
24 [Auth]
25 AES GMAC = Y
26
27 ;
28 ; Supported AEAD algorithms of the 'aesni_gcm' crypto driver.
29 ;
30 [AEAD]
31 AES GCM (128) = Y
32 AES GCM (192) = Y
33 AES GCM (256) = Y
34
35 ;
36 ; Supported Asymmetric algorithms of the 'aesni_gcm' crypto driver.
37 ;
38 [Asymmetric]