d3ee1afa524c818e46cc266341aafe685198a055
[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 RSA PRIV OP KEY EXP    =
27 RSA PRIV OP KEY QT     =
28 Digest encrypted       =
29
30 ;
31 ; Supported crypto algorithms of a default crypto driver.
32 ;
33 [Cipher]
34 NULL           =
35 AES CBC (128)  =
36 AES CBC (192)  =
37 AES CBC (256)  =
38 AES ECB (128)  =
39 AES ECB (192)  =
40 AES ECB (256)  =
41 AES CTR (128)  =
42 AES CTR (192)  =
43 AES CTR (256)  =
44 AES XTS (128)  =
45 AES XTS (192)  =
46 AES XTS (256)  =
47 AES DOCSIS BPI =
48 3DES CBC       =
49 3DES CTR       =
50 3DES ECB       =
51 DES CBC        =
52 DES DOCSIS BPI =
53 SNOW3G UEA2    =
54 KASUMI F8      =
55 ZUC EEA3       =
56
57 ;
58 ; Supported authentication algorithms of a default crypto driver.
59 ;
60 [Auth]
61 NULL         =
62 MD5          =
63 MD5 HMAC     =
64 SHA1         =
65 SHA1 HMAC    =
66 SHA224       =
67 SHA224 HMAC  =
68 SHA256       =
69 SHA256 HMAC  =
70 SHA384       =
71 SHA384 HMAC  =
72 SHA512       =
73 SHA512 HMAC  =
74 AES XCBC MAC =
75 AES GMAC     =
76 SNOW3G UIA2  =
77 KASUMI F9    =
78 ZUC EIA3     =
79 AES CMAC (128)  =
80 AES CMAC (192)  =
81 AES CMAC (256)  =
82 SHA3_224        =
83 SHA3_224 HMAC   =
84 SHA3_256        =
85 SHA3_256 HMAC   =
86 SHA3_384        =
87 SHA3_384 HMAC   =
88 SHA3_512        =
89 SHA3_512 HMAC   =
90
91 ;
92 ; Supported AEAD algorithms of a default crypto driver.
93 ;
94 [AEAD]
95 AES GCM (128) =
96 AES GCM (192) =
97 AES GCM (256) =
98 AES CCM (128) =
99 AES CCM (192) =
100 AES CCM (256) =
101 ;
102 ; Supported Asymmetric algorithms of a default crypto driver.
103 ;
104 [Asymmetric]
105 RSA =
106 DSA =
107 Modular Exponentiation =
108 Modular Inversion =
109 Diffie-hellman =