sm3_init
sm3_init(SM3_CTX(desc));
void sm3_init(struct sm3_ctx *ctx);
EXPORT_SYMBOL_GPL(sm3_init);
sm3_init(&ctx);
#define HASH_INIT sm3_init