Home
last modified time | relevance | path

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

/third_party/abseil-cpp/absl/random/internal/
Dranden_hwaes.cc183 inline ABSL_TARGET_CRYPTO Vector128 AesRound(const Vector128& state, in AesRound() function
246 inline ABSL_TARGET_CRYPTO Vector128 AesRound(const Vector128& state, in AesRound() function
296 inline ABSL_TARGET_CRYPTO Vector128 AesRound(const Vector128& state, in AesRound() function
402 const Vector128 e0 = AesRound(s0, Vector128Load(keys + 0)); in FeistelRound()
403 const Vector128 e2 = AesRound(s2, Vector128Load(keys + 1)); in FeistelRound()
404 const Vector128 e4 = AesRound(s4, Vector128Load(keys + 2)); in FeistelRound()
405 const Vector128 e6 = AesRound(s6, Vector128Load(keys + 3)); in FeistelRound()
406 const Vector128 e8 = AesRound(s8, Vector128Load(keys + 4)); in FeistelRound()
407 const Vector128 e10 = AesRound(s10, Vector128Load(keys + 5)); in FeistelRound()
408 const Vector128 e12 = AesRound(s12, Vector128Load(keys + 6)); in FeistelRound()
[all …]
Dranden_slow.cc282 AesRound(const Vector128& state, const Vector128& round_key) { in AesRound() function
380 const Vector128 f0 = AesRound(s0, Vector128Load(keys)); in FeistelRound()
382 const Vector128 o1 = AesRound(f0, s1); in FeistelRound()
388 const Vector128 f2 = AesRound(s2, Vector128Load(keys)); in FeistelRound()
390 const Vector128 o3 = AesRound(f2, s3); in FeistelRound()
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dranden_hwaes.cc149 inline ABSL_TARGET_CRYPTO Vector128 AesRound(const Vector128& state, in AesRound() function
196 inline ABSL_TARGET_CRYPTO Vector128 AesRound(const Vector128& state, in AesRound() function
246 inline ABSL_TARGET_CRYPTO Vector128 AesRound(const Vector128& state, in AesRound() function
353 const Vector128 e0 = AesRound(s0, Vector128Load(keys + 0)); in FeistelRound()
354 const Vector128 e2 = AesRound(s2, Vector128Load(keys + 1)); in FeistelRound()
355 const Vector128 e4 = AesRound(s4, Vector128Load(keys + 2)); in FeistelRound()
356 const Vector128 e6 = AesRound(s6, Vector128Load(keys + 3)); in FeistelRound()
357 const Vector128 e8 = AesRound(s8, Vector128Load(keys + 4)); in FeistelRound()
358 const Vector128 e10 = AesRound(s10, Vector128Load(keys + 5)); in FeistelRound()
359 const Vector128 e12 = AesRound(s12, Vector128Load(keys + 6)); in FeistelRound()
[all …]
Dranden_slow.cc253 AesRound(const Vector128& state, const Vector128& round_key) { in AesRound() function
369 const Vector128 f0 = AesRound(s0, Vector128Load(keys)); in FeistelRound()
371 const Vector128 o1 = AesRound(f0, s1); in FeistelRound()
377 const Vector128 f2 = AesRound(s2, Vector128Load(keys)); in FeistelRound()
379 const Vector128 o3 = AesRound(f2, s3); in FeistelRound()