xref: /dpdk/doc/guides/cryptodevs/features/default.ini (revision 9a710863decb1cdb98efbdd5e11df3ebcfcc37b6)
1;
2; Features of a default crypto driver.
3;
4; This file defines the features that are valid for inclusion in
5; the other driver files and also the order that they appear in
6; the features table in the documentation.
7;
8[Features]
9Symmetric crypto       =
10Asymmetric crypto      =
11Sym operation chaining =
12HW Accelerated         =
13Protocol offload       =
14CPU SSE                =
15CPU AVX                =
16CPU AVX2               =
17CPU AVX512             =
18CPU AESNI              =
19CPU NEON               =
20CPU ARM CE             =
21In Place SGL           =
22OOP SGL In SGL Out     =
23OOP SGL In LB  Out     =
24OOP LB  In SGL Out     =
25OOP LB  In LB  Out     =
26RSA PRIV OP KEY EXP    =
27RSA PRIV OP KEY QT     =
28Digest encrypted       =
29
30;
31; Supported crypto algorithms of a default crypto driver.
32;
33[Cipher]
34NULL           =
35AES CBC (128)  =
36AES CBC (192)  =
37AES CBC (256)  =
38AES ECB (128)  =
39AES ECB (192)  =
40AES ECB (256)  =
41AES CTR (128)  =
42AES CTR (192)  =
43AES CTR (256)  =
44AES XTS (128)  =
45AES XTS (192)  =
46AES XTS (256)  =
47AES DOCSIS BPI =
483DES CBC       =
493DES CTR       =
503DES ECB       =
51DES CBC        =
52DES DOCSIS BPI =
53SNOW3G UEA2    =
54KASUMI F8      =
55ZUC EEA3       =
56
57;
58; Supported authentication algorithms of a default crypto driver.
59;
60[Auth]
61NULL         =
62MD5          =
63MD5 HMAC     =
64SHA1         =
65SHA1 HMAC    =
66SHA224       =
67SHA224 HMAC  =
68SHA256       =
69SHA256 HMAC  =
70SHA384       =
71SHA384 HMAC  =
72SHA512       =
73SHA512 HMAC  =
74AES XCBC MAC =
75AES GMAC     =
76SNOW3G UIA2  =
77KASUMI F9    =
78ZUC EIA3     =
79AES CMAC (128)  =
80AES CMAC (192)  =
81AES CMAC (256)  =
82SHA3_224        =
83SHA3_224 HMAC   =
84SHA3_256        =
85SHA3_256 HMAC   =
86SHA3_384        =
87SHA3_384 HMAC   =
88SHA3_512        =
89SHA3_512 HMAC   =
90
91;
92; Supported AEAD algorithms of a default crypto driver.
93;
94[AEAD]
95AES GCM (128) =
96AES GCM (192) =
97AES GCM (256) =
98AES CCM (128) =
99AES CCM (192) =
100AES CCM (256) =
101;
102; Supported Asymmetric algorithms of a default crypto driver.
103;
104[Asymmetric]
105RSA =
106DSA =
107Modular Exponentiation =
108Modular Inversion =
109Diffie-hellman =