New upstream version 18.08
[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 In Place SGL           =
22 OOP SGL In SGL Out     =
23 OOP SGL In LB  Out     =
24 OOP LB  In SGL Out     =
25 OOP LB  In LB  Out     =
26
27 ;
28 ; Supported crypto algorithms of a default crypto driver.
29 ;
30 [Cipher]
31 NULL           =
32 AES CBC (128)  =
33 AES CBC (192)  =
34 AES CBC (256)  =
35 AES ECB (128)  =
36 AES ECB (192)  =
37 AES ECB (256)  =
38 AES CTR (128)  =
39 AES CTR (192)  =
40 AES CTR (256)  =
41 AES DOCSIS BPI =
42 3DES CBC       =
43 3DES CTR       =
44 DES CBC        =
45 DES DOCSIS BPI =
46 SNOW3G UEA2    =
47 KASUMI F8      =
48 ZUC EEA3       =
49
50 ;
51 ; Supported authentication algorithms of a default crypto driver.
52 ;
53 [Auth]
54 NULL         =
55 MD5          =
56 MD5 HMAC     =
57 SHA1         =
58 SHA1 HMAC    =
59 SHA224       =
60 SHA224 HMAC  =
61 SHA256       =
62 SHA256 HMAC  =
63 SHA384       =
64 SHA384 HMAC  =
65 SHA512       =
66 SHA512 HMAC  =
67 AES XCBC MAC =
68 AES GMAC     =
69 SNOW3G UIA2  =
70 KASUMI F9    =
71 ZUC EIA3     =
72 AES CMAC (128)  =
73 AES CMAC (192)  =
74 AES CMAC (256)  =
75 SHA3_224        =
76 SHA3_224 HMAC   =
77 SHA3_256        =
78 SHA3_256 HMAC   =
79 SHA3_384        =
80 SHA3_384 HMAC   =
81 SHA3_512        =
82 SHA3_512 HMAC   =
83
84 ;
85 ; Supported AEAD algorithms of a default crypto driver.
86 ;
87 [AEAD]
88 AES GCM (128) =
89 AES GCM (192) =
90 AES GCM (256) =
91 AES CCM (128) =
92 AES CCM (192) =
93 AES CCM (256) =