Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/src/examples/hash/
H A Dsha0.c103 ctx->sha0_total = 0; in sha0_init()
137 left = (ctx->sha0_total & 0x3F); in sha0_update()
140 ctx->sha0_total += ilen; in sha0_update()
181 block_present = ctx->sha0_total % SHA0_BLOCK_SIZE; in sha0_final()
194 PUT_UINT64_BE(8 * ctx->sha0_total, last_padded_block, in sha0_final()
200 PUT_UINT64_BE(8 * ctx->sha0_total, last_padded_block, in sha0_final()
H A Dsha0.h103 u64 sha0_total; member