Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/intel/soc/common/lib/sha/
H A Dsha.h136 #define cpu_to_be64(x) uswap_64(x) macro
138 #define cpu_to_be64(x) (x) macro
H A Dsha.c213 bits[0] = cpu_to_be64(sctx->count[1] << 3 | sctx->count[0] >> 61); in sha512_base_do_finalize()
214 bits[1] = cpu_to_be64(sctx->count[0] << 3); in sha512_base_do_finalize()