drivers/crypto: add missing OOP feature flag
[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 In Place SGL           = Y
15 OOP SGL In LB  Out     = Y
16 OOP LB  In LB  Out     = Y
17 CPU crypto             = Y
18 Symmetric sessionless  = Y
19 ;
20 ; Supported crypto algorithms of the 'aesni_gcm' crypto driver.
21 ;
22 [Cipher]
23
24 ;
25 ; Supported authentication algorithms of the 'aesni_gcm' crypto driver.
26 ;
27 [Auth]
28 AES GMAC = Y
29
30 ;
31 ; Supported AEAD algorithms of the 'aesni_gcm' crypto driver.
32 ;
33 [AEAD]
34 AES GCM (128) = Y
35 AES GCM (192) = Y
36 AES GCM (256) = Y
37
38 ;
39 ; Supported Asymmetric algorithms of the 'aesni_gcm' crypto driver.
40 ;
41 [Asymmetric]