Searched refs:ADD_UINT128_UINT64 (Results 1 – 3 of 3) sorted by relevance
88 ADD_UINT128_UINT64(ctx->sha512_total[0], ctx->sha512_total[1], ilen); in sha512_core_update()
116 ADD_UINT128_UINT64(ctx->sha384_total[0], ctx->sha384_total[1], ilen); in sha384_update()
26 #define ADD_UINT128_UINT64(low,high,toadd) do {\ macro