xref: /dpdk/doc/guides/cryptodevs/features/default.ini (revision 1a4998dc4d9446c58e1813bb05b92b572edb381e)
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         =
13CPU SSE                =
14CPU AVX                =
15CPU AVX2               =
16CPU AVX512             =
17CPU AESNI              =
18CPU NEON               =
19CPU ARM CE             =
20
21;
22; Supported crypto algorithms of a default crypto driver.
23;
24[Cipher]
25NULL           =
26AES CBC (128)  =
27AES CBC (192)  =
28AES CBC (256)  =
29AES CTR (128)  =
30AES CTR (192)  =
31AES CTR (256)  =
32AES DOCSIS BPI =
333DES CBC       =
343DES CTR       =
35DES CBC        =
36DES DOCSIS BPI =
37SNOW3G UEA2    =
38KASUMI F8      =
39ZUC EEA3       =
40
41;
42; Supported authentication algorithms of a default crypto driver.
43;
44[Auth]
45NULL         =
46MD5          =
47MD5 HMAC     =
48SHA1         =
49SHA1 HMAC    =
50SHA224       =
51SHA224 HMAC  =
52SHA256       =
53SHA256 HMAC  =
54SHA384       =
55SHA384 HMAC  =
56SHA512       =
57SHA512 HMAC  =
58AES XCBC MAC =
59AES GMAC     =
60SNOW3G UIA2  =
61KASUMI F9    =
62ZUC EIA3     =
63
64;
65; Supported AEAD algorithms of a default crypto driver.
66;
67[AEAD]
68AES GCM (128) =
69AES GCM (192) =
70AES GCM (256) =
71AES CCM (128) =
72AES CCM (192) =
73AES CCM (256) =
74