Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dranden_engine.h118 const size_t entropy_size = seq.size(); in reseed() local
119 if (entropy_size < kBufferSize) { in reseed()
121 const size_t requested_entropy = (entropy_size == 0) ? 8u : entropy_size; in reseed()
/third_party/mbedtls/docs/proposed/
Dpsa-driver-interface.md691 size_t entropy_size);
698 * `entropy_size`: the size of the `entropy` buffer in bytes. It is guaranteed to be at least `1`, b…
715entropy_size}$ and $\mathtt{entropy_size}$ is the desired amount of entropy in bytes (typically th…