Searched refs:streebog_process (Results 1 – 2 of 2) sorted by relevance
81 streebog_process(ctx, ctx->streebog_buffer, (8 * STREEBOG_BLOCK_SIZE)); in streebog_update()88 streebog_process(ctx, data_ptr, (8 * STREEBOG_BLOCK_SIZE)); in streebog_update()136 streebog_process(ctx, last_padded_block, (8 * (ctx->streebog_total % STREEBOG_BLOCK_SIZE))); in streebog_final()
1264 static inline void streebog_process(streebog_context *ctx, const u8 *in, u64 num) in streebog_process() function