mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
crypto: Add SM4 constant parameter CK
Adds sm4_ck constant for use in sm4 cryptography across different targets. Signed-off-by: Max Chou <max.chou@sifive.com> Reviewed-by: Frank Chang <frank.chang@sifive.com> Signed-off-by: Max Chou <max.chou@sifive.com> Message-ID: <20230711165917.2629866-15-max.chou@sifive.com> Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
This commit is contained in:
parent
f6ef550fe5
commit
f5f3a9152a
2 changed files with 11 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
#define QEMU_SM4_H
|
||||
|
||||
extern const uint8_t sm4_sbox[256];
|
||||
extern const uint32_t sm4_ck[32];
|
||||
|
||||
static inline uint32_t sm4_subword(uint32_t word)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue