net/hns3: increase readability in logs
[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 Protocol offload       = Y
11 In Place SGL           = Y
12 OOP SGL In SGL Out     = Y
13 OOP SGL In LB  Out     = Y
14 OOP LB  In SGL Out     = Y
15 OOP LB  In LB  Out     = Y
16 Digest encrypted       = Y
17 Asymmetric sessionless = Y
18 RSA PRIV OP KEY EXP    = Y
19 RSA PRIV OP KEY QT     = Y
20 Sym raw data path API  = Y
21
22 ;
23 ; Supported crypto algorithms of the 'qat' crypto driver.
24 ;
25 [Cipher]
26 NULL           = Y
27 AES CBC (128)  = Y
28 AES CBC (192)  = Y
29 AES CBC (256)  = Y
30 AES CTR (128)  = Y
31 AES CTR (192)  = Y
32 AES CTR (256)  = Y
33 AES XTS (128)  = Y
34 AES XTS (256)  = Y
35 3DES CBC       = Y
36 3DES CTR       = Y
37 DES CBC        = Y
38 SNOW3G UEA2    = Y
39 KASUMI F8      = Y
40 AES DOCSIS BPI = Y
41 DES DOCSIS BPI = Y
42 ZUC EEA3       = Y
43 ;
44 ; Supported authentication algorithms of the 'qat' crypto driver.
45 ;
46 [Auth]
47 NULL         = Y
48 MD5 HMAC     = Y
49 SHA1         = Y
50 SHA1 HMAC    = Y
51 SHA224       = Y
52 SHA224 HMAC  = Y
53 SHA256       = Y
54 SHA256 HMAC  = Y
55 SHA384       = Y
56 SHA384 HMAC  = Y
57 SHA512       = Y
58 SHA512 HMAC  = Y
59 AES GMAC     = Y
60 SNOW3G UIA2  = Y
61 KASUMI F9    = Y
62 AES XCBC MAC = Y
63 ZUC EIA3     = Y
64 AES CMAC (128) = Y
65
66 ;
67 ; Supported AEAD algorithms of the 'qat' crypto driver.
68 ;
69 [AEAD]
70 AES GCM (128)     = Y
71 AES GCM (192)     = Y
72 AES GCM (256)     = Y
73 AES CCM (128)     = Y
74 AES CCM (192)     = Y
75 AES CCM (256)     = Y
76 CHACHA20-POLY1305 = Y
77
78 ;
79 ; Supported Asymmetric algorithms of the 'qat' crypto driver.
80 ;
81 [Asymmetric]
82 Modular Exponentiation  = Y
83 Modular Inversion               = Y
84 RSA                                             = Y