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