xref: /openbmc/qemu/include/crypto/sm4.h (revision a6caeee8111386b2d16ee07fe817193cde7f0d2a)
1 #ifndef QEMU_SM4_H
2 #define QEMU_SM4_H
3 
4 extern const uint8_t sm4_sbox[256];
5 
6 #endif
7