Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/src/hash/
H A Dsha224.c76 ctx->sha224_total = 0; in sha224_init()
114 left = (ctx->sha224_total & 0x3F); in sha224_update()
117 ctx->sha224_total += ilen; in sha224_update()
158 block_present = ctx->sha224_total % SHA224_BLOCK_SIZE; in sha224_final()
171 PUT_UINT64_BE(8 * ctx->sha224_total, last_padded_block, in sha224_final()
177 PUT_UINT64_BE(8 * ctx->sha224_total, last_padded_block, in sha224_final()
/freebsd/crypto/libecc/include/libecc/hash/
H A Dsha224.h62 u64 sha224_total; member