Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/tcg/
H A Dpauth_helper.c163 static uint64_t tweak_cell_rot(uint64_t cell) in tweak_cell_rot() function
174 o |= tweak_cell_rot(extract64(i, 24, 4)) << 8; in tweak_shuffle()
177 o |= tweak_cell_rot(extract64(i, 44, 4)) << 16; in tweak_shuffle()
180 o |= tweak_cell_rot(extract64(i, 32, 4)) << 28; in tweak_shuffle()
185 o |= tweak_cell_rot(extract64(i, 60, 4)) << 44; in tweak_shuffle()
187 o |= tweak_cell_rot(extract64(i, 0, 4)) << 48; in tweak_shuffle()
189 o |= tweak_cell_rot(extract64(i, 40, 4)) << 56; in tweak_shuffle()
190 o |= tweak_cell_rot(extract64(i, 36, 4)) << 60; in tweak_shuffle()