Home
last modified time | relevance | path

Searched refs:sha512_total (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/libecc/src/hash/
H A Dsha512_core.c85 left = ctx->sha512_total[0] & 0x7F; in sha512_core_update()
88 ADD_UINT128_UINT64(ctx->sha512_total[0], ctx->sha512_total[1], ilen); in sha512_core_update()
128 block_present = ctx->sha512_total[0] % SHA512_CORE_BLOCK_SIZE; in sha512_core_final()
141 PUT_MUL8_UINT128_BE(ctx->sha512_total[0], ctx->sha512_total[1], in sha512_core_final()
148 PUT_MUL8_UINT128_BE(ctx->sha512_total[0], ctx->sha512_total[1], in sha512_core_final()
H A Dsha512-224.c28 ctx->sha512_total[0] = ctx->sha512_total[1] = 0; in sha512_224_init()
H A Dsha512-256.c28 ctx->sha512_total[0] = ctx->sha512_total[1] = 0; in sha512_256_init()
H A Dsha512.c28 ctx->sha512_total[0] = ctx->sha512_total[1] = 0; in sha512_init()
/freebsd/crypto/libecc/include/libecc/hash/
H A Dsha512_core.h32 u64 sha512_total[2]; member