Home
last modified time | relevance | path

Searched refs:SM4_KEYSIZE (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/include/rockchip/
H A Dcrypto_v2.h25 #define SM4_KEYSIZE 16 macro
/rk3399_rockchip-uboot/drivers/crypto/rockchip/
H A Dcrypto_v2.c1207 if (iv_len > SM4_BLOCK_SIZE || key_len != SM4_KEYSIZE) in hw_sm4_init()