Home
last modified time | relevance | path

Searched refs:streebog_total (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/libecc/src/hash/
H A Dstreebog.c73 left = (ctx->streebog_total & 0x3F); in streebog_update()
76 ctx->streebog_total += ilen; in streebog_update()
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.h79 u64 streebog_total; member