Searched refs:sha512_total (Results 1 – 5 of 5) sorted by relevance
85 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()
28 ctx->sha512_total[0] = ctx->sha512_total[1] = 0; in sha512_224_init()
28 ctx->sha512_total[0] = ctx->sha512_total[1] = 0; in sha512_256_init()
28 ctx->sha512_total[0] = ctx->sha512_total[1] = 0; in sha512_init()
32 u64 sha512_total[2]; member