sm4_cbc_crypt
return sm4_cbc_crypt(req, ctx, true);
return sm4_cbc_crypt(req, ctx, false);
return sm4_cbc_crypt(req, ctx, encrypt);
err = sm4_cbc_crypt(&subreq, ctx, encrypt);