crypto/octeontx: add asymmetric session operations
[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 RSA PRIV OP KEY QT     = Y
15
16 ;
17 ; Supported crypto algorithms of 'octeontx' crypto driver.
18 ;
19 [Cipher]
20 NULL           = Y
21 3DES CBC       = Y
22 3DES ECB       = Y
23 AES CBC (128)  = Y
24 AES CBC (192)  = Y
25 AES CBC (256)  = Y
26 AES CTR (128)  = Y
27 AES CTR (192)  = Y
28 AES CTR (256)  = Y
29 AES XTS (128)  = Y
30 AES XTS (256)  = Y
31 DES CBC        = Y
32 KASUMI F8      = Y
33 SNOW3G UEA2    = Y
34 ZUC EEA3       = Y
35
36 ;
37 ; Supported authentication algorithms of 'octeontx' crypto driver.
38 ;
39 [Auth]
40 NULL         = Y
41 AES GMAC     = Y
42 KASUMI F9    = Y
43 MD5          = Y
44 MD5 HMAC     = Y
45 SHA1         = Y
46 SHA1 HMAC    = Y
47 SHA224       = Y
48 SHA224 HMAC  = Y
49 SHA256       = Y
50 SHA256 HMAC  = Y
51 SHA384       = Y
52 SHA384 HMAC  = Y
53 SHA512       = Y
54 SHA512 HMAC  = Y
55 SNOW3G UIA2  = Y
56 ZUC EIA3     = Y
57
58 ;
59 ; Supported AEAD algorithms of 'octeontx' crypto driver.
60 ;
61 [AEAD]
62 AES GCM (128) = Y
63 AES GCM (192) = Y
64 AES GCM (256) = Y
65
66 ;
67 ; Supported Asymmetric algorithms of the 'octeontx' crypto driver.
68 ;
69 [Asymmetric]
70 RSA                    = Y
71 Modular Exponentiation = Y