xref: /dpdk/doc/guides/cryptodevs/features/zuc.ini (revision 59e380f193edce3a5beab7118da22199c166e0ec)
1;
2; Supported features of the 'zuc' 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
9Symmetric sessionless  = Y
10Non-Byte aligned data  = Y
11OOP LB  In LB  Out     = Y
12
13;
14; Supported crypto algorithms of the 'zuc' crypto driver.
15;
16[Cipher]
17ZUC EEA3 = Y
18;
19; Supported authentication algorithms of the 'zuc' crypto driver.
20;
21[Auth]
22ZUC EIA3 = Y
23
24;
25; Supported AEAD algorithms of the 'zuc' crypto driver.
26;
27[AEAD]
28
29;
30; Supported Asymmetric algorithms of the 'zuc' crypto driver.
31;
32[Asymmetric]
33
34;
35; Supported Operating systems of the 'zuc' crypto driver.
36;
37[OS]
38Linux = Y
39FreeBSD = Y
40