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