xref: /dpdk/doc/guides/cryptodevs/features/dpaa_sec.ini (revision bf551c96752e56036096eea68f074245fc5fdccb)
1*bf551c96SAkhil Goyal;
2*bf551c96SAkhil Goyal; Supported features of the 'dpaa_sec' crypto driver.
3*bf551c96SAkhil Goyal;
4*bf551c96SAkhil Goyal; Refer to default.ini for the full list of available PMD features.
5*bf551c96SAkhil Goyal;
6*bf551c96SAkhil Goyal[Features]
7*bf551c96SAkhil GoyalSymmetric crypto       = Y
8*bf551c96SAkhil GoyalSym operation chaining = Y
9*bf551c96SAkhil GoyalHW Accelerated         = Y
10*bf551c96SAkhil Goyal
11*bf551c96SAkhil Goyal;
12*bf551c96SAkhil Goyal; Supported crypto algorithms of the 'dpaa_sec' crypto driver.
13*bf551c96SAkhil Goyal;
14*bf551c96SAkhil Goyal[Cipher]
15*bf551c96SAkhil GoyalAES CBC (128) = Y
16*bf551c96SAkhil GoyalAES CBC (192) = Y
17*bf551c96SAkhil GoyalAES CBC (256) = Y
18*bf551c96SAkhil GoyalAES CTR (128) = Y
19*bf551c96SAkhil GoyalAES CTR (192) = Y
20*bf551c96SAkhil GoyalAES CTR (256) = Y
21*bf551c96SAkhil Goyal3DES CBC      = Y
22*bf551c96SAkhil Goyal
23*bf551c96SAkhil Goyal;
24*bf551c96SAkhil Goyal; Supported authentication algorithms of the 'dpaa_sec' crypto driver.
25*bf551c96SAkhil Goyal;
26*bf551c96SAkhil Goyal[Auth]
27*bf551c96SAkhil GoyalMD5 HMAC     = Y
28*bf551c96SAkhil GoyalSHA1 HMAC    = Y
29*bf551c96SAkhil GoyalSHA224 HMAC  = Y
30*bf551c96SAkhil GoyalSHA256 HMAC  = Y
31*bf551c96SAkhil GoyalSHA384 HMAC  = Y
32*bf551c96SAkhil GoyalSHA512 HMAC  = Y
33*bf551c96SAkhil Goyal
34*bf551c96SAkhil Goyal;
35*bf551c96SAkhil Goyal; Supported AEAD algorithms of the 'dpaa_sec' crypto driver.
36*bf551c96SAkhil Goyal;
37*bf551c96SAkhil Goyal[AEAD]
38*bf551c96SAkhil GoyalAES GCM (128) = Y
39*bf551c96SAkhil GoyalAES GCM (192) = Y
40*bf551c96SAkhil GoyalAES GCM (256) = Y
41