Searched refs:stage0_l (Results 1 – 1 of 1) sorted by relevance
2872 uint64_t stage0_h = 0ULL, stage0_l = 0ULL; in hash_digest() local2878 stage0_l |= ror64((rb >> 32) & 0xff, 8 * (2 * i + 1)); in hash_digest()2879 stage0_l |= (ra & 0xff) << (8 * 2 * i); in hash_digest()2886 stage1_l = (uint64_t)helper_SIMON_LIKE_32_64(stage0_l >> 32, key, 2) << 32; in hash_digest()2887 stage1_l |= helper_SIMON_LIKE_32_64(stage0_l, key, 3); in hash_digest()