xref: /dpdk/doc/guides/cryptodevs/features/null.ini (revision 807418f263a48855fcc64455afda1b7d4be03e47)
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
9
10;
11; Supported crypto algorithms of the 'null' crypto driver.
12;
13[Cipher]
14NULL = Y
15
16;
17; Supported authentication algorithms of the 'null' crypto driver.
18;
19[Auth]
20NULL = Y
21
22;
23; Supported AEAD algorithms of the 'null' crypto driver.
24;
25[AEAD]
26