xref
: /
qemu
/
include
/
crypto
/
sm4.h
(revision b14df228d7c4fe6e86e7f8a4998e9ccf4967b678)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
ifndef
QEMU_SM4_H
2
#
define
QEMU_SM4_H
3
4
extern
const
uint8_t
sm4_sbox
[
256
];
5
6
#
endif
7