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