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