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