crypto/cnxk: add flexi cipher decryption
[dpdk.git] / doc / guides / cryptodevs / features / cn9k.ini
1 ;
2 ; Supported features of the 'cn9k' 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 HW Accelerated         = Y
10 In Place SGL           = Y
11 OOP SGL In LB  Out     = Y
12 OOP SGL In SGL Out     = Y
13 OOP LB  In LB  Out     = Y
14 Symmetric sessionless  = Y
15 Digest encrypted       = Y
16
17 ;
18 ; Supported crypto algorithms of 'cn9k' crypto driver.
19 ;
20 [Cipher]
21 NULL           = Y
22 3DES CBC       = Y
23 3DES ECB       = Y
24 AES CBC (128)  = Y
25 AES CBC (192)  = Y
26 AES CBC (256)  = Y
27 AES CTR (128)  = Y
28 AES CTR (192)  = Y
29 AES CTR (256)  = Y
30 AES XTS (128)  = Y
31 AES XTS (256)  = Y
32 DES CBC        = Y
33
34 ;
35 ; Supported authentication algorithms of 'cn9k' crypto driver.
36 ;
37 [Auth]
38
39 ;
40 ; Supported AEAD algorithms of 'cn9k' crypto driver.
41 ;
42 [AEAD]
43 AES GCM (128)     = Y
44 AES GCM (192)     = Y
45 AES GCM (256)     = Y
46 CHACHA20-POLY1305 = Y