xref: /dpdk/doc/guides/cryptodevs/features/default.ini (revision edbed86d1cc3b2164284bab33d360d32317cdcd6)
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     =
26
27;
28; Supported crypto algorithms of a default crypto driver.
29;
30[Cipher]
31NULL           =
32AES CBC (128)  =
33AES CBC (192)  =
34AES CBC (256)  =
35AES ECB (128)  =
36AES ECB (192)  =
37AES ECB (256)  =
38AES CTR (128)  =
39AES CTR (192)  =
40AES CTR (256)  =
41AES XTS (128)  =
42AES XTS (192)  =
43AES XTS (256)  =
44AES DOCSIS BPI =
453DES CBC       =
463DES CTR       =
473DES ECB       =
48DES CBC        =
49DES DOCSIS BPI =
50SNOW3G UEA2    =
51KASUMI F8      =
52ZUC EEA3       =
53
54;
55; Supported authentication algorithms of a default crypto driver.
56;
57[Auth]
58NULL         =
59MD5          =
60MD5 HMAC     =
61SHA1         =
62SHA1 HMAC    =
63SHA224       =
64SHA224 HMAC  =
65SHA256       =
66SHA256 HMAC  =
67SHA384       =
68SHA384 HMAC  =
69SHA512       =
70SHA512 HMAC  =
71AES XCBC MAC =
72AES GMAC     =
73SNOW3G UIA2  =
74KASUMI F9    =
75ZUC EIA3     =
76AES CMAC (128)  =
77AES CMAC (192)  =
78AES CMAC (256)  =
79SHA3_224        =
80SHA3_224 HMAC   =
81SHA3_256        =
82SHA3_256 HMAC   =
83SHA3_384        =
84SHA3_384 HMAC   =
85SHA3_512        =
86SHA3_512 HMAC   =
87
88;
89; Supported AEAD algorithms of a default crypto driver.
90;
91[AEAD]
92AES GCM (128) =
93AES GCM (192) =
94AES GCM (256) =
95AES CCM (128) =
96AES CCM (192) =
97AES CCM (256) =
98