GOST34_11_94_NORM
case GOST34_11_94_NORM:{
ctx->gostr34_11_94_t = GOST34_11_94_NORM;
if((type != GOST34_11_94_NORM) && (type != GOST34_11_94_RFC4357)){
return gostr34_11_94_scattered(inputs, ilens, output, GOST34_11_94_NORM);
return gostr34_11_94(input, ilen, output, GOST34_11_94_NORM);
ret = gostr34_11_94_set_type(&(ctx->gostr34_11_94ctx), GOST34_11_94_NORM); EG(ret, err);