Searched refs:HASH_GOST34_11_94_NORM (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/libecc/src/examples/hash/ |
H A D | hash.c | 213 case HASH_GOST34_11_94_NORM: in gen_hash_get_hash_sizes() 266 case HASH_GOST34_11_94_NORM:{ in gen_hash_hfunc_scattered() 335 case HASH_GOST34_11_94_NORM:{ in gen_hash_init() 393 case HASH_GOST34_11_94_NORM: in gen_hash_update() 446 case HASH_GOST34_11_94_NORM: in gen_hash_final() 492 ret = gen_hash_hfunc(input2, sizeof(input2)-1, output, HASH_GOST34_11_94_NORM); EG(ret, err); in main() 495 ret = gen_hash_hfunc(input3, sizeof(input3)-1, output, HASH_GOST34_11_94_NORM); EG(ret, err); in main() 498 ret = gen_hash_hfunc(input4, sizeof(input4)-1, output, HASH_GOST34_11_94_NORM); EG(ret, err); in main() 504 ret = gen_hash_hfunc(input5, sizeof(input5), output, HASH_GOST34_11_94_NORM); EG(ret, err); in main()
|
H A D | hash.h | 75 HASH_GOST34_11_94_NORM, enumerator
|