New upstream version 17.11-rc3
[deb_dpdk.git] / doc / guides / cryptodevs / features / openssl.ini
1 ;
2 ; Supported features of the 'openssl' 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
10 ;
11 ; Supported crypto algorithms of the 'openssl' crypto driver.
12 ;
13 [Cipher]
14 AES CBC (128)  = Y
15 AES CBC (192)  = Y
16 AES CBC (256)  = Y
17 AES CTR (128)  = Y
18 AES CTR (192)  = Y
19 AES CTR (256)  = Y
20 3DES CBC       = Y
21 3DES CTR       = Y
22 DES DOCSIS BPI = Y
23 ;
24 ; Supported authentication algorithms of the 'openssl' crypto driver.
25 ;
26 [Auth]
27 MD5          = Y
28 MD5 HMAC     = Y
29 SHA1         = Y
30 SHA1 HMAC    = Y
31 SHA224       = Y
32 SHA224 HMAC  = Y
33 SHA256       = Y
34 SHA256 HMAC  = Y
35 SHA384       = Y
36 SHA384 HMAC  = Y
37 SHA512       = Y
38 SHA512 HMAC  = Y
39 AES GMAC     = Y
40
41 ;
42 ; Supported AEAD algorithms of the 'openssl' crypto driver.
43 ;
44 [AEAD]
45 AES GCM (128) = Y
46 AES GCM (192) = Y
47 AES GCM (256) = Y
48 AES CCM (128) = Y
49 AES CCM (192) = Y
50 AES CCM (256) = Y