Searched refs:stage1_l (Results 1 – 1 of 1) sorted by relevance
2873 uint64_t stage1_h, stage1_l; in hash_digest() local2886 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()2889 return stage1_h ^ stage1_l; in hash_digest()