xref: /dpdk/doc/guides/cryptodevs/features/null.ini (revision 7cc8ef9cf4e9d1f3b1c16daea706f9f433968c61)
1;
2; Supported features of the 'null' 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
9In Place SGL           = Y
10
11;
12; Supported crypto algorithms of the 'null' crypto driver.
13;
14[Cipher]
15NULL = Y
16
17;
18; Supported authentication algorithms of the 'null' crypto driver.
19;
20[Auth]
21NULL = Y
22
23;
24; Supported AEAD algorithms of the 'null' crypto driver.
25;
26[AEAD]
27
28;
29; Supported Asymmetric algorithms of the 'null' crypto driver.
30;
31[Asymmetric]
32
33;
34; Supported Operating systems of the 'null' crypto driver.
35;
36[OS]
37Linux = Y
38FreeBSD = Y
39