Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e51298e1 authored by Mallikarjuna Reddy Amireddy's avatar Mallikarjuna Reddy Amireddy Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Route to sw crypto for hmac and aead on msm8937



For crypto operations, kernel applications request for tfm by
using crypto_alloc with algorithm name, which ever algorithm
was registered first those will be used for completing the
requested process. HW crypto driver has different algorithm
names to use HW crypto calls instead of SW crypto. Two flags
has been missed on this targets which leads all the crypto
calls to HW crypto, for smaller size packets its not advisable
to use HW crypto. This patch adds dtsi flags to route all the
calls to SW instead HW for hmac and aead alogs. If app wants
to use HW crypto then it should append "qcom-" to the name
of crypto algorithms.

Change-Id: Iaaaf36c479622744e6871b7615876c35063cc47f
Signed-off-by: default avatarAnilKumar Chimata <anilc@codeaurora.org>
Signed-off-by: default avatarMallikarjuna Reddy Amireddy <mamire@codeaurora.org>
parent 0cf3124f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment