net/mlx5: fix partial inline of fine grain packets
[dpdk.git] / doc / guides / cryptodevs / features / octeontx.ini
1 ;
2 ; Supported features of the 'octeontx' 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 In Place SGL           = Y
12 OOP SGL In LB  Out     = Y
13 OOP SGL In SGL Out     = Y
14 OOP LB  In LB  Out     = Y
15 RSA PRIV OP KEY QT     = Y
16 Digest encrypted       = Y
17 Symmetric sessionless  = Y
18
19 ;
20 ; Supported crypto algorithms of 'octeontx' 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 'octeontx' 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
61 ;
62 ; Supported AEAD algorithms of 'octeontx' crypto driver.
63 ;
64 [AEAD]
65 AES GCM (128) = Y
66 AES GCM (192) = Y
67 AES GCM (256) = Y
68
69 ;
70 ; Supported Asymmetric algorithms of the 'octeontx' crypto driver.
71 ;
72 [Asymmetric]
73 RSA                     = Y
74 DSA                     =
75 Modular Exponentiation  = Y
76 Modular Inversion       =
77 Diffie-hellman          =
78 ECDSA                   = Y
79 ECPM                    = Y
80
81 ;
82 ; Supported Operating systems of the 'octeontx' crypto driver.
83 ;
84 [OS]
85 Linux = Y
86 FreeBSD = Y