xref: /dpdk/doc/guides/cryptodevs/features/virtio.ini (revision 59e380f193edce3a5beab7118da22199c166e0ec)
1; Supported features of the 'virtio' crypto driver.
2;
3; Refer to default.ini for the full list of available PMD features.
4;
5[Features]
6Symmetric crypto       = Y
7Sym operation chaining = Y
8OOP LB  In LB  Out     = Y
9
10;
11; Supported crypto algorithms of the 'virtio' crypto driver.
12;
13[Cipher]
14AES CBC (128)  = Y
15AES CBC (192)  = Y
16AES CBC (256)  = Y
17
18;
19; Supported authentication algorithms of the 'virtio' crypto driver.
20;
21[Auth]
22SHA1 HMAC      = Y
23
24;
25; Supported AEAD algorithms of the 'virtio' crypto driver.
26;
27[AEAD]
28
29;
30; Supported Asymmetric algorithms of the 'virtio' crypto driver.
31;
32[Asymmetric]
33
34;
35; Supported Operating systems of the 'virtio' crypto driver.
36;
37[OS]
38Linux = Y
39FreeBSD = Y
40