New upstream version 18.02
[deb_dpdk.git] / doc / guides / cryptodevs / features / qat.ini
1 ;
2 ; Supported features of the 'qat' crypto driver.
3 ;
4 ; Refer to default.ini for the full list of available PMD features.
5 ;
6 [Features]
7 Symmetric crypto       = Y
8 Sym operation chaining = Y
9 HW Accelerated         = Y
10 Mbuf scatter gather    = Y
11
12 ;
13 ; Supported crypto algorithms of the 'qat' crypto driver.
14 ;
15 [Cipher]
16 NULL           = Y
17 AES CBC (128)  = Y
18 AES CBC (192)  = Y
19 AES CBC (256)  = Y
20 AES CTR (128)  = Y
21 AES CTR (192)  = Y
22 AES CTR (256)  = Y
23 3DES CBC       = Y
24 3DES CTR       = Y
25 DES CBC        = Y
26 SNOW3G UEA2    = Y
27 KASUMI F8      = Y
28 AES DOCSIS BPI = Y
29 DES DOCSIS BPI = Y
30 ZUC EEA3       = Y
31 ;
32 ; Supported authentication algorithms of the 'qat' crypto driver.
33 ;
34 [Auth]
35 NULL         = Y
36 MD5 HMAC     = Y
37 SHA1 HMAC    = Y
38 SHA224 HMAC  = Y
39 SHA256 HMAC  = Y
40 SHA384 HMAC  = Y
41 SHA512 HMAC  = Y
42 AES GMAC     = Y
43 SNOW3G UIA2  = Y
44 KASUMI F9    = Y
45 AES XCBC MAC = Y
46 ZUC EIA3     = Y
47
48 ;
49 ; Supported AEAD algorithms of the 'qat' crypto driver.
50 ;
51 [AEAD]
52 AES GCM (128) = Y
53 AES GCM (192) = Y
54 AES GCM (256) = Y