Home
last modified time | relevance | path

Searched refs:GOST34_11_94_NORM (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/libecc/src/examples/hash/
H A Dgostr34_11_94.c347 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()
H A Dgostr34_11_94.h134 GOST34_11_94_NORM = 0, enumerator
H A Dhash.c337 ret = gostr34_11_94_set_type(&(ctx->gostr34_11_94ctx), GOST34_11_94_NORM); EG(ret, err); in gen_hash_init()