xref: /dpdk/doc/guides/cryptodevs/features/nitrox.ini (revision 60531a2c53f4d2b4b96ebb10ca813f62d0a5508d)
1;
2; Supported features of the 'nitrox' 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
9HW Accelerated         = Y
10In Place SGL           = Y
11OOP SGL In SGL Out     = Y
12OOP SGL In LB  Out     = Y
13OOP LB  In SGL Out     = Y
14OOP LB  In LB  Out     = Y
15
16;
17; Supported crypto algorithms of the 'nitrox' crypto driver.
18;
19[Cipher]
20AES CBC (128)  = Y
21AES CBC (192)  = Y
22AES CBC (256)  = Y
233DES CBC       = Y
24
25;
26; Supported authentication algorithms of the 'nitrox' crypto driver.
27;
28[Auth]
29SHA1 HMAC    = Y
30SHA224 HMAC  = Y
31SHA256 HMAC  = Y
32
33;
34; Supported AEAD algorithms of the 'nitrox' crypto driver.
35;
36[AEAD]
37AES GCM (128)  = Y
38AES GCM (192)  = Y
39AES GCM (256)  = Y
40AES CCM (128)  = Y
41AES CCM (192)  = Y
42AES CCM (256)  = Y
43
44;
45; Supported Asymmetric algorithms of the 'nitrox' crypto driver.
46;
47[Asymmetric]
48
49;
50; Supported Operating systems of the 'nitrox' crypto driver.
51;
52[OS]
53Linux = Y
54