Searched refs:STREEBOG_BLOCK_SIZE (Results 1 – 4 of 4) sorted by relevance
74 fill = (u16)(STREEBOG_BLOCK_SIZE - left); in streebog_update()81 streebog_process(ctx, ctx->streebog_buffer, (8 * STREEBOG_BLOCK_SIZE)); in streebog_update()87 while (remain_ilen >= STREEBOG_BLOCK_SIZE) { in streebog_update()88 streebog_process(ctx, data_ptr, (8 * STREEBOG_BLOCK_SIZE)); in streebog_update()89 data_ptr += STREEBOG_BLOCK_SIZE; in streebog_update()90 remain_ilen -= STREEBOG_BLOCK_SIZE; in streebog_update()106 u8 last_padded_block[STREEBOG_BLOCK_SIZE]; in streebog_final()126 block_present = (ctx->streebog_total % STREEBOG_BLOCK_SIZE); in streebog_final()136 streebog_process(ctx, last_padded_block, (8 * (ctx->streebog_total % STREEBOG_BLOCK_SIZE))); in streebog_final()
67 #define STREEBOG_BLOCK_SIZE (8 * STREEBOG_BLOCK_U64_SIZE) macro85 u8 streebog_buffer[STREEBOG_BLOCK_SIZE];
21 #define STREEBOG512_BLOCK_SIZE STREEBOG_BLOCK_SIZE
21 #define STREEBOG256_BLOCK_SIZE STREEBOG_BLOCK_SIZE