Lines Matching refs:shuffle
334 constexpr size_t shuffle[RandenTraits::kFeistelBlocks] = { in BlockShuffle() local
337 const Vector128 v0 = Vector128Load(state + shuffle[0]); in BlockShuffle()
338 const Vector128 v1 = Vector128Load(state + shuffle[1]); in BlockShuffle()
339 const Vector128 v2 = Vector128Load(state + shuffle[2]); in BlockShuffle()
340 const Vector128 v3 = Vector128Load(state + shuffle[3]); in BlockShuffle()
341 const Vector128 v4 = Vector128Load(state + shuffle[4]); in BlockShuffle()
342 const Vector128 v5 = Vector128Load(state + shuffle[5]); in BlockShuffle()
343 const Vector128 v6 = Vector128Load(state + shuffle[6]); in BlockShuffle()
344 const Vector128 v7 = Vector128Load(state + shuffle[7]); in BlockShuffle()
345 const Vector128 w0 = Vector128Load(state + shuffle[8]); in BlockShuffle()
346 const Vector128 w1 = Vector128Load(state + shuffle[9]); in BlockShuffle()
347 const Vector128 w2 = Vector128Load(state + shuffle[10]); in BlockShuffle()
348 const Vector128 w3 = Vector128Load(state + shuffle[11]); in BlockShuffle()
349 const Vector128 w4 = Vector128Load(state + shuffle[12]); in BlockShuffle()
350 const Vector128 w5 = Vector128Load(state + shuffle[13]); in BlockShuffle()
351 const Vector128 w6 = Vector128Load(state + shuffle[14]); in BlockShuffle()
352 const Vector128 w7 = Vector128Load(state + shuffle[15]); in BlockShuffle()