diff options
author | Steven Lee <steven_lee@aspeedtech.com> | 2022-05-02 17:03:04 +0200 |
---|---|---|
committer | Cédric Le Goater <clg@kaod.org> | 2022-05-02 17:03:04 +0200 |
commit | 1877069c9d2ad4d08d72aa41edff156c0dc65bf0 (patch) | |
tree | 0073d170be317c7feac204d31d64823f58248454 /include/hw/misc/aspeed_hace.h | |
parent | 753abfc4a2c9bd9c73d028fb5dca24c8ef63f5ed (diff) |
aspeed/hace: Support HMAC Key Buffer register.
Support HACE28: Hash HMAC Key Buffer Base Address Register.
Signed-off-by: Troy Lee <troy_lee@aspeedtech.com>
Signed-off-by: Steven Lee <steven_lee@aspeedtech.com>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Message-Id: <20220426021120.28255-2-steven_lee@aspeedtech.com>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
Diffstat (limited to 'include/hw/misc/aspeed_hace.h')
-rw-r--r-- | include/hw/misc/aspeed_hace.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/hw/misc/aspeed_hace.h b/include/hw/misc/aspeed_hace.h index 94d5ada95f..2242945eb4 100644 --- a/include/hw/misc/aspeed_hace.h +++ b/include/hw/misc/aspeed_hace.h @@ -37,6 +37,7 @@ struct AspeedHACEClass { uint32_t src_mask; uint32_t dest_mask; + uint32_t key_mask; uint32_t hash_mask; }; |