Searched refs:streebog512_update (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/libecc/src/hash/ |
H A D | streebog.c | 269 int streebog512_update(streebog512_context *ctx, const u8 *input, u32 ilen) in streebog512_update() function 312 ret = streebog512_update(&ctx, inputs[pos], ilens[pos]); EG(ret, err); in streebog512_scattered() 328 ret = streebog512_update(&ctx, input, ilen); EG(ret, err); in streebog512()
|
H A D | hash_algs.c | 339 return streebog512_update((streebog512_context*)hctx, chunk, chunklen); in _streebog512_update()
|
/freebsd/crypto/libecc/include/libecc/hash/ |
H A D | streebog512.h | 58 ATTRIBUTE_WARN_UNUSED_RET int streebog512_update(streebog512_context *ctx, const u8 *input, u32 ile…
|