Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dexcp_helper.c2849 uint64_t stage0_h = 0ULL, stage0_l = 0ULL; in hash_digest() local
2853 stage0_h |= ror64(rb & 0xff, 8 * (2 * i + 1)); in hash_digest()
2854 stage0_h |= ((ra >> 32) & 0xff) << (8 * 2 * i); in hash_digest()
2861 stage1_h = (uint64_t)helper_SIMON_LIKE_32_64(stage0_h >> 32, key, 0) << 32; in hash_digest()
2862 stage1_h |= helper_SIMON_LIKE_32_64(stage0_h, key, 1); in hash_digest()