Lines Matching defs:entropy
27 * RAND_POOL can store a random input which has a lousy entropy rate of
33 * of entropy required when no get_nonce() callback is defined.
64 * input from various entropy sources. It is the callers duty to 1) initialize
81 size_t entropy; /* current entropy count in bits */
82 size_t entropy_requested; /* requested entropy count in bits */
88 size_t entropy);
100 /* |entropy_factor| expresses how many bits of data contain 1 bit of entropy */
105 const unsigned char *buffer, size_t len, size_t entropy);
107 int ossl_rand_pool_add_end(RAND_POOL *pool, size_t len, size_t entropy);