Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/src/hash/
H A Dripemd160.c189 ctx->ripemd160_total = 0; in ripemd160_init()
224 left = (ctx->ripemd160_total & 0x3F); in ripemd160_update()
227 ctx->ripemd160_total += ilen; in ripemd160_update()
268 block_present = (ctx->ripemd160_total % RIPEMD160_BLOCK_SIZE); in ripemd160_final()
281 PUT_UINT64_LE(8 * ctx->ripemd160_total, last_padded_block, in ripemd160_final()
287 PUT_UINT64_LE(8 * ctx->ripemd160_total, last_padded_block, in ripemd160_final()
/freebsd/crypto/libecc/include/libecc/hash/
H A Dripemd160.h56 u64 ripemd160_total; member