crypto/cnxk: support AES-CMAC
[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 Asymmetric crypto      = Y
9 Sym operation chaining = Y
10 HW Accelerated         = Y
11 Protocol offload       = Y
12 In Place SGL           = Y
13 OOP SGL In LB  Out     = Y
14 OOP SGL In SGL Out     = Y
15 OOP LB  In LB  Out     = Y
16 Symmetric sessionless  = Y
17 Digest encrypted       = Y
18
19 ;
20 ; Supported crypto algorithms of 'cn9k' crypto driver.
21 ;
22 [Cipher]
23 NULL           = Y
24 3DES CBC       = Y
25 3DES ECB       = Y
26 AES CBC (128)  = Y
27 AES CBC (192)  = Y
28 AES CBC (256)  = Y
29 AES CTR (128)  = Y
30 AES CTR (192)  = Y
31 AES CTR (256)  = Y
32 AES XTS (128)  = Y
33 AES XTS (256)  = Y
34 DES CBC        = Y
35 KASUMI F8      = Y
36 SNOW3G UEA2    = Y
37 ZUC EEA3       = Y
38
39 ;
40 ; Supported authentication algorithms of 'cn9k' crypto driver.
41 ;
42 [Auth]
43 NULL            = Y
44 AES GMAC        = Y
45 KASUMI F9       = Y
46 MD5             = Y
47 MD5 HMAC        = Y
48 SHA1            = Y
49 SHA1 HMAC       = Y
50 SHA224          = Y
51 SHA224 HMAC     = Y
52 SHA256          = Y
53 SHA256 HMAC     = Y
54 SHA384          = Y
55 SHA384 HMAC     = Y
56 SHA512          = Y
57 SHA512 HMAC     = Y
58 SNOW3G UIA2     = Y
59 ZUC EIA3        = Y
60 AES CMAC (128)  = Y
61 AES CMAC (192)  = Y
62 AES CMAC (256)  = Y
63
64 ;
65 ; Supported AEAD algorithms of 'cn9k' crypto driver.
66 ;
67 [AEAD]
68 AES GCM (128)     = Y
69 AES GCM (192)     = Y
70 AES GCM (256)     = Y
71 CHACHA20-POLY1305 = Y
72
73 ;
74 ; Supported Asymmetric algorithms of the 'cn9k' crypto driver.
75 ;
76 [Asymmetric]
77 RSA                     = Y
78 DSA                     =
79 Modular Exponentiation  = Y
80 Modular Inversion       =
81 Diffie-hellman          =
82 ECDSA                   = Y
83 ECPM                    = Y
84
85 ;
86 ; Supported Operating systems of the 'cn9k' crypto driver.
87 ;
88 [OS]
89 Linux = Y