Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/shell-encryption/src/prng/
H A Dchacha_prng_util.cc73 rlwe::StatusOr<Uint8> ChaChaPrngRand8(absl::string_view key, in ChaChaPrngRand8() function
93 RLWE_ASSIGN_OR_RETURN(Uint8 rand8, ChaChaPrngRand8(key, position_in_buffer, in ChaChaPrngRand64()
H A Dchacha_prng_util.h50 rlwe::StatusOr<Uint8> ChaChaPrngRand8(absl::string_view key,
H A Dsingle_thread_chacha_prng.cc55 return internal::ChaChaPrngRand8(key_, &position_in_buffer_, &salt_counter_, in Rand8()
H A Dchacha_prng.cc56 return internal::ChaChaPrngRand8(key_, &position_in_buffer_, &salt_counter_, in Rand8()