xref: /dpdk/doc/guides/cryptodevs/features/aesni_gcm.ini (revision 59e380f193edce3a5beab7118da22199c166e0ec)
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
13CPU AVX512             = Y
14In Place SGL           = Y
15OOP SGL In LB  Out     = Y
16OOP LB  In LB  Out     = Y
17CPU crypto             = Y
18Symmetric 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]
28AES GMAC = Y
29
30;
31; Supported AEAD algorithms of the 'aesni_gcm' crypto driver.
32;
33[AEAD]
34AES GCM (128) = Y
35AES GCM (192) = Y
36AES GCM (256) = Y
37
38;
39; Supported Asymmetric algorithms of the 'aesni_gcm' crypto driver.
40;
41[Asymmetric]
42
43;
44; Supported Operating systems of the 'aesni_gcm' crypto driver.
45;
46[OS]
47Linux = Y
48FreeBSD = Y
49