Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/src/hash/
H A Dstreebog.c182 int streebog256_update(streebog256_context *ctx, const u8 *input, u32 ilen) in streebog256_update() function
225 ret = streebog256_update(&ctx, inputs[pos], ilens[pos]); EG(ret, err); in streebog256_scattered()
241 ret = streebog256_update(&ctx, input, ilen); EG(ret, err); in streebog256()
H A Dhash_algs.c325 return streebog256_update((streebog256_context*)hctx, chunk, chunklen); in _streebog256_update()
/freebsd/crypto/libecc/include/libecc/hash/
H A Dstreebog256.h58 ATTRIBUTE_WARN_UNUSED_RET int streebog256_update(streebog256_context *ctx, const u8 *input, u32 ile…