Searched refs:streebog512_context (Results 1 – 4 of 4) sorted by relevance
55 typedef streebog_context streebog512_context; typedef57 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…
93 streebog512_context streebog512;
254 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()
335 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()