xref: /dpdk/doc/guides/cryptodevs/features/mlx5.ini (revision 6c948396d7ebc7c0ffdac7df99f1ebf7b4ecb55f)
1;
2; Features of a mlx5 crypto driver.
3;
4; Refer to default.ini for the full list of available PMD features.
5;
6[Features]
7Symmetric crypto       = Y
8HW Accelerated         = Y
9In Place SGL           = Y
10OOP SGL In SGL Out     = Y
11OOP SGL In LB  Out     = Y
12OOP LB  In SGL Out     = Y
13OOP LB  In LB  Out     = Y
14Cipher multiple data units = Y
15Cipher wrapped key     = Y
16
17;
18; Supported crypto algorithms of a mlx5 crypto driver.
19;
20[Cipher]
21AES XTS (128)  = Y
22AES XTS (256)  = Y
23
24;
25; Supported authentication algorithms of a mlx5 crypto driver.
26;
27[Auth]
28
29;
30; Supported AEAD algorithms of a mlx5 crypto driver.
31;
32[AEAD]
33AES GCM (128)  = Y
34AES GCM (256)  = Y
35
36;
37; Supported Asymmetric algorithms of a mlx5 crypto driver.
38;
39[Asymmetric]
40
41;
42; Supported Operating systems of the 'mlx5' crypto driver.
43;
44[OS]
45Linux = Y
46Windows = Y
47