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