crypto: tegra - Use HMAC fallback when keyslots are full
[ Upstream commit f80a2e2e ] The intermediate results for HMAC is stored in the allocated keyslot by the hardware. Dynamic allocation of keyslot during an operation is hence not possible. As the number of keyslots are limited in the hardware, fallback to the HMAC software implementation if keyslots are not available Fixes: 0880bb3b ("crypto: tegra - Add Tegra Security Engine driver") Signed-off-by:Akhil R <akhilrajeev@nvidia.com> Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by:
Sasha Levin <sashal@kernel.org>
Loading
Please sign in to comment