Home
last modified time | relevance | path

Searched refs:kFeistelRounds (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dranden_traits.h73 static constexpr size_t kFeistelRounds = 16 + 1; member
77 static constexpr size_t kKeyBytes = 16 * kFeistelRounds * kFeistelBlocks / 2;
H A Dranden_hwaes.cc396 for (size_t round = 0; round < RandenTraits::kFeistelRounds; ++round) {
H A Dranden_slow.cc392 for (size_t round = 0; round < RandenTraits::kFeistelRounds; ++round) { in Permute()

Completed in 2 milliseconds