New upstream version 18.11-rc1
[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 XTS (128)  =
42 AES XTS (192)  =
43 AES XTS (256)  =
44 AES DOCSIS BPI =
45 3DES CBC       =
46 3DES CTR       =
47 3DES ECB       =
48 DES CBC        =
49 DES DOCSIS BPI =
50 SNOW3G UEA2    =
51 KASUMI F8      =
52 ZUC EEA3       =
53
54 ;
55 ; Supported authentication algorithms of a default crypto driver.
56 ;
57 [Auth]
58 NULL         =
59 MD5          =
60 MD5 HMAC     =
61 SHA1         =
62 SHA1 HMAC    =
63 SHA224       =
64 SHA224 HMAC  =
65 SHA256       =
66 SHA256 HMAC  =
67 SHA384       =
68 SHA384 HMAC  =
69 SHA512       =
70 SHA512 HMAC  =
71 AES XCBC MAC =
72 AES GMAC     =
73 SNOW3G UIA2  =
74 KASUMI F9    =
75 ZUC EIA3     =
76 AES CMAC (128)  =
77 AES CMAC (192)  =
78 AES CMAC (256)  =
79 SHA3_224        =
80 SHA3_224 HMAC   =
81 SHA3_256        =
82 SHA3_256 HMAC   =
83 SHA3_384        =
84 SHA3_384 HMAC   =
85 SHA3_512        =
86 SHA3_512 HMAC   =
87
88 ;
89 ; Supported AEAD algorithms of a default crypto driver.
90 ;
91 [AEAD]
92 AES GCM (128) =
93 AES GCM (192) =
94 AES GCM (256) =
95 AES CCM (128) =
96 AES CCM (192) =
97 AES CCM (256) =