New upstream version 18.11-rc1
[deb_dpdk.git] / doc / guides / cryptodevs / features / caam_jr.ini
1 ;
2 ; Supported features of the 'caam_jr' 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 HW Accelerated         = Y
10 Protocol offload       = Y
11 In Place SGL           = Y
12 OOP SGL In SGL Out     = Y
13 OOP SGL In LB  Out     = Y
14 OOP LB  In SGL Out     = Y
15 OOP LB  In LB  Out     = Y
16
17 ;
18 ; Supported crypto algorithms of the 'dpaa2_sec' 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
29 ;
30 ; Supported authentication algorithms of the 'dpaa2_sec' crypto driver.
31 ;
32 [Auth]
33 MD5 HMAC     = Y
34 SHA1 HMAC    = Y
35 SHA224 HMAC  = Y
36 SHA256 HMAC  = Y
37 SHA384 HMAC  = Y
38 SHA512 HMAC  = Y
39
40 ;
41 ; Supported AEAD algorithms of the 'dpaa2_sec' crypto driver.
42 ;
43 [AEAD]
44 AES GCM (128) = Y
45 AES GCM (192) = Y
46 AES GCM (256) = Y