crypto/octeontx2: support ChaCha20-Poly1305
[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 In Place SGL           = Y
10 OOP SGL In LB  Out     = Y
11 OOP LB  In LB  Out     = Y
12 Asymmetric crypto      = Y
13 RSA PRIV OP KEY EXP    = Y
14 RSA PRIV OP KEY QT     = Y
15 Symmetric sessionless  = Y
16
17 ;
18 ; Supported crypto algorithms of the 'openssl' crypto driver.
19 ;
20 [Cipher]
21 AES CBC (128)  = Y
22 AES CBC (192)  = Y
23 AES CBC (256)  = Y
24 AES CTR (128)  = Y
25 AES CTR (192)  = Y
26 AES CTR (256)  = Y
27 3DES CBC       = Y
28 3DES CTR       = Y
29 DES DOCSIS BPI = Y
30 ;
31 ; Supported authentication algorithms of the 'openssl' crypto driver.
32 ;
33 [Auth]
34 MD5          = Y
35 MD5 HMAC     = Y
36 SHA1         = Y
37 SHA1 HMAC    = Y
38 SHA224       = Y
39 SHA224 HMAC  = Y
40 SHA256       = Y
41 SHA256 HMAC  = Y
42 SHA384       = Y
43 SHA384 HMAC  = Y
44 SHA512       = Y
45 SHA512 HMAC  = Y
46 AES GMAC     = Y
47
48 ;
49 ; Supported AEAD algorithms of the 'openssl' crypto driver.
50 ;
51 [AEAD]
52 AES GCM (128) = Y
53 AES GCM (192) = Y
54 AES GCM (256) = Y
55 AES CCM (128) = Y
56 AES CCM (192) = Y
57 AES CCM (256) = Y
58
59 ;
60 ; Supported Asymmetric algorithms of the 'openssl' crypto driver.
61 ;
62 [Asymmetric]
63 RSA = Y
64 DSA = Y
65 Modular Exponentiation = Y
66 Modular Inversion = Y
67 Diffie-hellman = Y