Home
last modified time | relevance | path

Searched refs:streebog512_context (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/libecc/include/libecc/hash/
H A Dstreebog512.h55 typedef streebog_context streebog512_context; typedef
57 ATTRIBUTE_WARN_UNUSED_RET int streebog512_init(streebog512_context *ctx);
58 ATTRIBUTE_WARN_UNUSED_RET int streebog512_update(streebog512_context *ctx, const u8 *input, u32 ile…
59 ATTRIBUTE_WARN_UNUSED_RET int streebog512_final(streebog512_context *ctx, u8 output[STREEBOG512_DIG…
H A Dhash_algs.h93 streebog512_context streebog512;
/freebsd/crypto/libecc/src/hash/
H A Dstreebog.c254 int streebog512_init(streebog512_context *ctx) in streebog512_init()
269 int streebog512_update(streebog512_context *ctx, const u8 *input, u32 ilen) in streebog512_update()
282 int streebog512_final(streebog512_context *ctx, in streebog512_final()
303 streebog512_context ctx; in streebog512_scattered()
325 streebog512_context ctx; in streebog512()
H A Dhash_algs.c335 return streebog512_init((streebog512_context*)hctx); in _streebog512_init()
339 return streebog512_update((streebog512_context*)hctx, chunk, chunklen); in _streebog512_update()
343 return streebog512_final((streebog512_context*)hctx, output); in _streebog512_final()