523c453cb1dfb52a4b5f1249d781db5a31071672
[deb_dpdk.git] / doc / guides / cryptodevs / features / null.ini
1 ;
2 ; Supported features of the 'null' crypto driver.
3 ;
4 ; Refer to default.ini for the full list of available PMD features.
5 ;
6 [Features]
7 Symmetric crypto       = Y
8 Sym operation chaining = Y
9
10 ;
11 ; Supported crypto algorithms of the 'null' crypto driver.
12 ;
13 [Cipher]
14 NULL = Y
15
16 ;
17 ; Supported authentication algorithms of the 'null' crypto driver.
18 ;
19 [Auth]
20 NULL = Y
21
22 ;
23 ; Supported AEAD algorithms of the 'null' crypto driver.
24 ;
25 [AEAD]