Home
last modified time | relevance | path

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

/freebsd/crypto/libecc/src/hash/
H A Dsha512_core.c141 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 Dsha384.c174 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 Dsha2.h42 #define PUT_MUL8_UINT128_BE(low,high,b,i) do {\ macro