Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/intel/soc/common/lib/sha/
H A Dsha.c69 PUT_UINT64_BE(ctx->state[i], digest, i * 8); in sha384_finish()
123 PUT_UINT64_BE(ctx->state[i], digest, i * 8); in sha512_finish()
H A Dsha.h32 #define PUT_UINT64_BE(n, b, i) { \ macro