Home
last modified time | relevance | path

Searched refs:ADD_UINT128_UINT64 (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/libecc/src/hash/
H A Dsha512_core.c88 ADD_UINT128_UINT64(ctx->sha512_total[0], ctx->sha512_total[1], ilen); in sha512_core_update()
H A Dsha384.c116 ADD_UINT128_UINT64(ctx->sha384_total[0], ctx->sha384_total[1], ilen); in sha384_update()
/freebsd/crypto/libecc/include/libecc/hash/
H A Dsha2.h26 #define ADD_UINT128_UINT64(low,high,toadd) do {\ macro