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