Searched refs:PUT_MUL8_UINT128_BE (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/libecc/src/hash/ |
H A D | sha512_core.c | 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()
|
H A D | sha384.c | 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 D | sha2.h | 42 #define PUT_MUL8_UINT128_BE(low,high,b,i) do {\ macro
|