xref: /dpdk/doc/guides/cryptodevs/features/aesni_gcm.ini (revision 89f0711f9ddfb5822da9d34f384b92f72a61c4dc)
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]
7Symmetric crypto       = Y
8Sym operation chaining = Y
9CPU AESNI              = Y
10CPU SSE                = Y
11CPU AVX                = Y
12CPU AVX2               = Y
13Mbuf scatter gather    = Y
14;
15; Supported crypto algorithms of the 'aesni_gcm' crypto driver.
16;
17[Cipher]
18
19;
20; Supported authentication algorithms of the 'aesni_gcm' crypto driver.
21;
22[Auth]
23AES GMAC = Y
24
25;
26; Supported AEAD algorithms of the 'aesni_gcm' crypto driver.
27;
28[AEAD]
29AES GCM (128) = Y
30AES GCM (192) = Y
31AES GCM (256) = Y
32