Searched refs:rot7_128 (Results 1 – 2 of 2) sorted by relevance
52 INLINE uint32x4_t rot7_128(uint32x4_t x) { in rot7_128() function119 v[4] = rot7_128(v[4]); in round_fn4()120 v[5] = rot7_128(v[5]); in round_fn4()121 v[6] = rot7_128(v[6]); in round_fn4()122 v[7] = rot7_128(v[7]); in round_fn4()176 v[5] = rot7_128(v[5]); in round_fn4()177 v[6] = rot7_128(v[6]); in round_fn4()178 v[7] = rot7_128(v[7]); in round_fn4()179 v[4] = rot7_128(v[4]); in round_fn4()
69 INLINE __m128i rot7_128(__m128i x) { return _mm_ror_epi32(x, 7); } in rot7_128() function98 *row1 = rot7_128(*row1); in g2()368 v[4] = rot7_128(v[4]); in round_fn4()369 v[5] = rot7_128(v[5]); in round_fn4()370 v[6] = rot7_128(v[6]); in round_fn4()371 v[7] = rot7_128(v[7]); in round_fn4()425 v[5] = rot7_128(v[5]); in round_fn4()426 v[6] = rot7_128(v[6]); in round_fn4()427 v[7] = rot7_128(v[7]); in round_fn4()428 v[4] = rot7_128(v[4]); in round_fn4()