net/mlx5: fix partial inline of fine grain packets
[dpdk.git] / doc / guides / cryptodevs / features / ccp.ini
1 ;
2 ; Supported features of the 'ccp' crypto poll mode 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 Symmetric sessionless  = Y
11
12 ;
13 ; Supported crypto algorithms of the 'ccp' crypto driver.
14 ;
15 [Cipher]
16 AES CBC (128)  = Y
17 AES CBC (192)  = Y
18 AES CBC (256)  = Y
19 AES ECB (128)  = Y
20 AES ECB (192)  = Y
21 AES ECB (256)  = Y
22 AES CTR (128)  = Y
23 AES CTR (192)  = Y
24 AES CTR (256)  = Y
25 3DES CBC       = Y
26
27 ;
28 ; Supported authentication algorithms of the 'ccp' crypto driver.
29 ;
30 [Auth]
31 MD5 HMAC        = Y
32 SHA1            = Y
33 SHA1 HMAC       = Y
34 SHA224          = Y
35 SHA224 HMAC     = Y
36 SHA256          = Y
37 SHA256 HMAC     = Y
38 SHA384          = Y
39 SHA384 HMAC     = Y
40 SHA512          = Y
41 SHA512 HMAC     = Y
42 AES CMAC (128)  = Y
43 AES CMAC (192)  = Y
44 AES CMAC (256)  = Y
45 SHA3_224        = Y
46 SHA3_224 HMAC   = Y
47 SHA3_256        = Y
48 SHA3_256 HMAC   = Y
49 SHA3_384        = Y
50 SHA3_384 HMAC   = Y
51 SHA3_512        = Y
52 SHA3_512 HMAC   = Y
53
54 ;
55 ; Supported AEAD algorithms of the 'ccp' crypto driver.
56 ;
57 [AEAD]
58 AES GCM (128) = Y
59 AES GCM (192) = Y
60 AES GCM (256) = Y
61
62 ;
63 ; Supported Asymmetric algorithms of the 'ccp' crypto driver.
64 ;
65 [Asymmetric]
66
67 ;
68 ; Supported Operating systems of the 'ccp' crypto driver.
69 ;
70 [OS]
71 Linux = Y