crypto/cnxk: add ZUC and SNOW3G 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 SNOW3G UEA2    = Y
34 ZUC EEA3       = Y
35
36 ;
37 ; Supported authentication algorithms of 'cn9k' crypto driver.
38 ;
39 [Auth]
40
41 ;
42 ; Supported AEAD algorithms of 'cn9k' crypto driver.
43 ;
44 [AEAD]
45 AES GCM (128)     = Y
46 AES GCM (192)     = Y
47 AES GCM (256)     = Y
48 CHACHA20-POLY1305 = Y