Lines Matching refs:entropy
44 /* DRBG entropy callbacks. */
47 int entropy, size_t min_len, size_t max_len,
53 int entropy, size_t min_len, size_t max_len);
67 size_t entropy);
79 /* |entropy_factor| expresses how many bits of data contain 1 bit of entropy */
84 const unsigned char *buffer, size_t len, size_t entropy);
86 int rand_pool_add_end(RAND_POOL *pool, size_t len, size_t entropy);
90 * Add random bytes to the pool to acquire requested amount of entropy
93 * amount of entropy by polling platform specific entropy sources.
96 * of entropy, the total entropy count is returned. If it fails, it returns
97 * an entropy count of 0.