xref: /dpdk/doc/guides/cryptodevs/features/default.ini (revision 9fa82d287f6505a4ce24dd5d6e57b9b62b52501c)
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       =
29Asymmetric sessionless =
30CPU crypto             =
31Symmetric sessionless  =
32Non-Byte aligned data  =
33Sym raw data path API  =
34Cipher multiple data units =
35Cipher wrapped key     =
36Inner checksum         =
37
38;
39; Supported crypto algorithms of a default crypto driver.
40;
41[Cipher]
42NULL           =
43AES CBC (128)  =
44AES CBC (192)  =
45AES CBC (256)  =
46AES ECB (128)  =
47AES ECB (192)  =
48AES ECB (256)  =
49AES CTR (128)  =
50AES CTR (192)  =
51AES CTR (256)  =
52AES XTS (128)  =
53AES XTS (192)  =
54AES XTS (256)  =
55AES DOCSIS BPI =
563DES CBC       =
573DES CTR       =
583DES ECB       =
59DES CBC        =
60DES DOCSIS BPI =
61SNOW3G UEA2    =
62KASUMI F8      =
63ZUC EEA3       =
64
65;
66; Supported authentication algorithms of a default crypto driver.
67;
68[Auth]
69NULL         =
70MD5          =
71MD5 HMAC     =
72SHA1         =
73SHA1 HMAC    =
74SHA224       =
75SHA224 HMAC  =
76SHA256       =
77SHA256 HMAC  =
78SHA384       =
79SHA384 HMAC  =
80SHA512       =
81SHA512 HMAC  =
82AES XCBC MAC =
83AES GMAC     =
84SNOW3G UIA2  =
85KASUMI F9    =
86ZUC EIA3     =
87AES CMAC (128)  =
88AES CMAC (192)  =
89AES CMAC (256)  =
90SHA3_224        =
91SHA3_224 HMAC   =
92SHA3_256        =
93SHA3_256 HMAC   =
94SHA3_384        =
95SHA3_384 HMAC   =
96SHA3_512        =
97SHA3_512 HMAC   =
98
99;
100; Supported AEAD algorithms of a default crypto driver.
101;
102[AEAD]
103AES GCM (128)     =
104AES GCM (192)     =
105AES GCM (256)     =
106AES CCM (128)     =
107AES CCM (192)     =
108AES CCM (256)     =
109CHACHA20-POLY1305 =
110;
111; Supported Asymmetric algorithms of a default crypto driver.
112;
113[Asymmetric]
114RSA                     =
115DSA                     =
116Modular Exponentiation  =
117Modular Inversion       =
118Diffie-hellman          =
119ECDSA                   =
120ECPM                    =
121