New upstream version 18.08
[deb_dpdk.git] / doc / guides / cryptodevs / features / virtio.ini
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]
6 Symmetric crypto       = Y
7 Sym operation chaining = Y
8
9 ;
10 ; Supported crypto algorithms of the 'virtio' crypto driver.
11 ;
12 [Cipher]
13 AES CBC (128)  = Y
14 AES CBC (192)  = Y
15 AES CBC (256)  = Y
16
17 ;
18 ; Supported authentication algorithms of the 'virtio' crypto driver.
19 ;
20 [Auth]
21 SHA1 HMAC      = Y
22
23 ;
24 ; Supported AEAD algorithms of the 'virtio' crypto driver.
25 ;
26 [AEAD]