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