Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/
H A Dsha512.c117 #ifndef PUT_UINT64_BE
118 #define PUT_UINT64_BE(n,b,i) { \ macro
283 PUT_UINT64_BE(ctx->state[i], digest, i * 8); in sha384_finish()
347 PUT_UINT64_BE(ctx->state[i], digest, i * 8); in sha512_finish()