Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/src/hash/
H A Dsha256.c76 ctx->sha256_total = 0; in sha256_init()
114 left = (ctx->sha256_total & 0x3F); in sha256_update()
117 ctx->sha256_total += ilen; in sha256_update()
158 block_present = (ctx->sha256_total % SHA256_BLOCK_SIZE); in sha256_final()
171 PUT_UINT64_BE(8 * ctx->sha256_total, last_padded_block, in sha256_final()
177 PUT_UINT64_BE(8 * ctx->sha256_total, last_padded_block, in sha256_final()
/freebsd/crypto/libecc/include/libecc/hash/
H A Dsha256.h62 u64 sha256_total; member