Searched refs:GOST34_11_94_NORM (Results 1 – 3 of 3) sorted by relevance
347 case GOST34_11_94_NORM:{ in gostr34_11_94_process()390 ctx->gostr34_11_94_t = GOST34_11_94_NORM; in gostr34_11_94_init()433 if((type != GOST34_11_94_NORM) && (type != GOST34_11_94_RFC4357)){ in gostr34_11_94_set_type()595 return gostr34_11_94_scattered(inputs, ilens, output, GOST34_11_94_NORM); in gostr34_11_94_scattered_norm()625 return gostr34_11_94(input, ilen, output, GOST34_11_94_NORM); in gostr34_11_94_norm()
134 GOST34_11_94_NORM = 0, enumerator
337 ret = gostr34_11_94_set_type(&(ctx->gostr34_11_94ctx), GOST34_11_94_NORM); EG(ret, err); in gen_hash_init()