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