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