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