New upstream version 18.08
[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 OOP SGL In LB  Out     = Y
10 OOP LB  In LB  Out     = Y
11 Asymmetric crypto      = Y
12
13 ;
14 ; Supported crypto algorithms of the 'openssl' crypto driver.
15 ;
16 [Cipher]
17 AES CBC (128)  = Y
18 AES CBC (192)  = Y
19 AES CBC (256)  = Y
20 AES CTR (128)  = Y
21 AES CTR (192)  = Y
22 AES CTR (256)  = Y
23 3DES CBC       = Y
24 3DES CTR       = Y
25 DES DOCSIS BPI = Y
26 ;
27 ; Supported authentication algorithms of the 'openssl' crypto driver.
28 ;
29 [Auth]
30 MD5          = Y
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 GMAC     = Y
43
44 ;
45 ; Supported AEAD algorithms of the 'openssl' crypto driver.
46 ;
47 [AEAD]
48 AES GCM (128) = Y
49 AES GCM (192) = Y
50 AES GCM (256) = Y
51 AES CCM (128) = Y
52 AES CCM (192) = Y
53 AES CCM (256) = Y
54
55 ;
56 ; Supported Asymmetric algorithms of the 'openssl' crypto driver.
57 ;
58 [Asymmetric]
59 RSA = Y
60 DSA = Y
61 Modular Exponentiation = Y
62 Modular Inversion = Y
63 Diffie-hellman = Y