Lines Matching full:entropy
44 // CRYPTO_get_seed_entropy writes |out_entropy_len| bytes of entropy, suitable
46 // entropy came directly from the CPU and zero if it came from the OS. It
47 // actively obtains entropy from the CPU/OS and so should not be called from
52 // RAND_load_entropy supplies |entropy_len| bytes of entropy to the module. The
53 // |want_additional_input| parameter is true iff the entropy was obtained from
55 void RAND_load_entropy(const uint8_t *entropy, size_t entropy_len,
59 // when the module has stopped because it has run out of entropy.
64 // CRYPTO_sysrand fills |len| bytes at |buf| with entropy from the operating
68 // CRYPTO_sysrand_for_seed fills |len| bytes at |buf| with entropy from the
74 // CRYPTO_init_sysrand initializes long-lived resources needed to draw entropy
78 // CRYPTO_sysrand_if_available fills |len| bytes at |buf| with entropy from the
79 // operating system, or early /dev/urandom data, and returns 1, _if_ the entropy
111 // entropy in |entropy| and, optionally, a personalization string up to
115 const uint8_t entropy[CTR_DRBG_ENTROPY_LEN],