]> git.proxmox.com Git - ceph.git/blob - ceph/src/spdk/dpdk/doc/guides/cryptodevs/features/ccp.ini
import 15.2.0 Octopus source
[ceph.git] / ceph / src / spdk / dpdk / 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
11 ;
12 ; Supported crypto algorithms of the 'ccp' crypto driver.
13 ;
14 [Cipher]
15 AES CBC (128) = Y
16 AES CBC (192) = Y
17 AES CBC (256) = Y
18 AES ECB (128) = Y
19 AES ECB (192) = Y
20 AES ECB (256) = Y
21 AES CTR (128) = Y
22 AES CTR (192) = Y
23 AES CTR (256) = Y
24 3DES CBC = Y
25
26 ;
27 ; Supported authentication algorithms of the 'ccp' crypto driver.
28 ;
29 [Auth]
30 MD5 HMAC = Y
31 SHA1 = Y
32 SHA1 HMAC = Y
33 SHA224 = Y
34 SHA224 HMAC = Y
35 SHA256 = Y
36 SHA256 HMAC = Y
37 SHA384 = Y
38 SHA384 HMAC = Y
39 SHA512 = Y
40 SHA512 HMAC = Y
41 AES CMAC (128) = Y
42 AES CMAC (192) = Y
43 AES CMAC (256) = Y
44 SHA3_224 = Y
45 SHA3_224 HMAC = Y
46 SHA3_256 = Y
47 SHA3_256 HMAC = Y
48 SHA3_384 = Y
49 SHA3_384 HMAC = Y
50 SHA3_512 = Y
51 SHA3_512 HMAC = Y
52
53 ;
54 ; Supported AEAD algorithms of the 'ccp' crypto driver.
55 ;
56 [AEAD]
57 AES GCM (128) = Y
58 AES GCM (192) = Y
59 AES GCM (256) = Y
60
61 ;
62 ; Supported Asymmetric algorithms of the 'ccp' crypto driver.
63 ;
64 [Asymmetric]