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