doc: remove unneeded deprecation notice
[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 ECB (128)  =
32 AES ECB (192)  =
33 AES ECB (256)  =
34 AES CTR (128)  =
35 AES CTR (192)  =
36 AES CTR (256)  =
37 AES DOCSIS BPI =
38 3DES CBC       =
39 3DES CTR       =
40 DES CBC        =
41 DES DOCSIS BPI =
42 SNOW3G UEA2    =
43 KASUMI F8      =
44 ZUC EEA3       =
45
46 ;
47 ; Supported authentication algorithms of a default crypto driver.
48 ;
49 [Auth]
50 NULL         =
51 MD5          =
52 MD5 HMAC     =
53 SHA1         =
54 SHA1 HMAC    =
55 SHA224       =
56 SHA224 HMAC  =
57 SHA256       =
58 SHA256 HMAC  =
59 SHA384       =
60 SHA384 HMAC  =
61 SHA512       =
62 SHA512 HMAC  =
63 AES XCBC MAC =
64 AES GMAC     =
65 SNOW3G UIA2  =
66 KASUMI F9    =
67 ZUC EIA3     =
68 AES CMAC (128)  =
69 AES CMAC (192)  =
70 AES CMAC (256)  =
71 SHA3_224        =
72 SHA3_224 HMAC   =
73 SHA3_256        =
74 SHA3_256 HMAC   =
75 SHA3_384        =
76 SHA3_384 HMAC   =
77 SHA3_512        =
78 SHA3_512 HMAC   =
79
80 ;
81 ; Supported AEAD algorithms of a default crypto driver.
82 ;
83 [AEAD]
84 AES GCM (128) =
85 AES GCM (192) =
86 AES GCM (256) =
87 AES CCM (128) =
88 AES CCM (192) =
89 AES CCM (256) =