New upstream version 18.08
[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 In Place SGL           = Y
11 OOP SGL In SGL Out     = Y
12 OOP SGL In LB  Out     = Y
13 OOP LB  In SGL Out     = Y
14 OOP LB  In LB  Out     = Y
15
16 ;
17 ; Supported crypto algorithms of the 'qat' crypto driver.
18 ;
19 [Cipher]
20 NULL           = Y
21 AES CBC (128)  = Y
22 AES CBC (192)  = Y
23 AES CBC (256)  = Y
24 AES CTR (128)  = Y
25 AES CTR (192)  = Y
26 AES CTR (256)  = Y
27 3DES CBC       = Y
28 3DES CTR       = Y
29 DES CBC        = Y
30 SNOW3G UEA2    = Y
31 KASUMI F8      = Y
32 AES DOCSIS BPI = Y
33 DES DOCSIS BPI = Y
34 ZUC EEA3       = Y
35 ;
36 ; Supported authentication algorithms of the 'qat' crypto driver.
37 ;
38 [Auth]
39 NULL         = Y
40 MD5 HMAC     = Y
41 SHA1 HMAC    = Y
42 SHA224 HMAC  = Y
43 SHA256 HMAC  = Y
44 SHA384 HMAC  = Y
45 SHA512 HMAC  = Y
46 AES GMAC     = Y
47 SNOW3G UIA2  = Y
48 KASUMI F9    = Y
49 AES XCBC MAC = Y
50 ZUC EIA3     = Y
51
52 ;
53 ; Supported AEAD algorithms of the 'qat' crypto driver.
54 ;
55 [AEAD]
56 AES GCM (128) = Y
57 AES GCM (192) = Y
58 AES GCM (256) = Y