drivers/crypto: add missing OOP feature flag
[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 OOP LB  In LB  Out     = Y
9
10 ;
11 ; Supported crypto algorithms of the 'virtio' crypto driver.
12 ;
13 [Cipher]
14 AES CBC (128)  = Y
15 AES CBC (192)  = Y
16 AES CBC (256)  = Y
17
18 ;
19 ; Supported authentication algorithms of the 'virtio' crypto driver.
20 ;
21 [Auth]
22 SHA1 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]