Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/src/hash/
H A Dsha384.c76 ctx->sha384_total[0] = ctx->sha384_total[1] = 0; in sha384_init()
113 left = (ctx->sha384_total[0] & 0x7F); in sha384_update()
116 ADD_UINT128_UINT64(ctx->sha384_total[0], ctx->sha384_total[1], ilen); in sha384_update()
161 block_present = (ctx->sha384_total[0] % SHA384_BLOCK_SIZE); in sha384_final()
174 PUT_MUL8_UINT128_BE(ctx->sha384_total[0], ctx->sha384_total[1], in sha384_final()
181 PUT_MUL8_UINT128_BE(ctx->sha384_total[0], ctx->sha384_total[1], in sha384_final()
/freebsd/crypto/libecc/include/libecc/hash/
H A Dsha384.h62 u64 sha384_total[2]; member