diff options
author | Antoine Tenart <antoine.tenart@bootlin.com> | 2018-06-28 17:15:38 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2018-07-08 18:30:13 +0200 |
commit | 5eb0911894b17e17859443b4c924583eb4bb20d0 (patch) | |
tree | 80d58ed67741b04b929eb3735ae8b5d407bf550e /drivers/crypto/inside-secure/safexcel.h | |
parent | crypto: inside-secure - add multiple processing engine support (diff) | |
download | linux-5eb0911894b17e17859443b4c924583eb4bb20d0.tar.xz linux-5eb0911894b17e17859443b4c924583eb4bb20d0.zip |
crypto: inside-secure - eip197d support
This patch adds support for the eip197d engine to the Inside Secure
SafeXcel cryptographic driver. This new engine is similar to the eip197b
and reuse most of its code.
Signed-off-by: Antoine Tenart <antoine.tenart@bootlin.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/inside-secure/safexcel.h')
-rw-r--r-- | drivers/crypto/inside-secure/safexcel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/crypto/inside-secure/safexcel.h b/drivers/crypto/inside-secure/safexcel.h index 4b7445b1af22..46c72306ca9f 100644 --- a/drivers/crypto/inside-secure/safexcel.h +++ b/drivers/crypto/inside-secure/safexcel.h @@ -566,6 +566,7 @@ struct safexcel_ring { enum safexcel_eip_version { EIP97IES = BIT(0), EIP197B = BIT(1), + EIP197D = BIT(2), }; struct safexcel_register_offsets { |