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