Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/src/hash/
H A Dstreebog.c74 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()
/freebsd/crypto/libecc/include/libecc/hash/
H A Dstreebog.h67 #define STREEBOG_BLOCK_SIZE (8 * STREEBOG_BLOCK_U64_SIZE) macro
85 u8 streebog_buffer[STREEBOG_BLOCK_SIZE];
H A Dstreebog512.h21 #define STREEBOG512_BLOCK_SIZE STREEBOG_BLOCK_SIZE
H A Dstreebog256.h21 #define STREEBOG256_BLOCK_SIZE STREEBOG_BLOCK_SIZE