Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/src/hash/
H A Dstreebog.c81 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()
/freebsd/crypto/libecc/include/libecc/hash/
H A Dstreebog.h1264 static inline void streebog_process(streebog_context *ctx, const u8 *in, u64 num) in streebog_process() function