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