streebog_context
static inline void streebog_process(streebog_context *ctx, const u8 *in, u64 num)
typedef streebog_context streebog256_context;
typedef streebog_context streebog512_context;
ATTRIBUTE_WARN_UNUSED_RET static int streebog_final(streebog_context *ctx, u8 *output)
ATTRIBUTE_WARN_UNUSED_RET static int streebog_init(streebog_context *ctx, u8 digest_size, u8 block_size)
ret = local_memset(ctx, 0, sizeof(streebog_context)); EG(ret, err);
ATTRIBUTE_WARN_UNUSED_RET static int streebog_update(streebog_context *ctx, const u8 *input, u32 ilen)