SM4_set_key
SM4_set_key(key, ctx->cipher_data);
LCRYPTO_USED(SM4_set_key);
LCRYPTO_ALIAS(SM4_set_key);
int SM4_set_key(const uint8_t *key, SM4_KEY *ks);
if (!SM4_set_key(k, &key))