Home
last modified time | relevance | path

Searched refs:get_entropy (Results 1 – 3 of 3) sorted by relevance

/openssl/providers/implementations/rands/
H A Ddrbg.c192 static size_t get_entropy(PROV_DRBG *drbg, unsigned char **pout, int entropy, in get_entropy() function
438 entropylen = get_entropy(drbg, &entropy, min_entropy, in ossl_prov_drbg_instantiate()
562 entropylen = get_entropy(drbg, &entropy, drbg->strength, in ossl_prov_drbg_reseed_unlocked()
/openssl/include/openssl/
H A Dcore_dispatch.h198 OSSL_CORE_MAKE_FUNC(size_t, get_entropy, (const OSSL_CORE_HANDLE *handle,
517 (void *vctx, OSSL_INOUT_CALLBACK *get_entropy,
/openssl/doc/man7/
H A Dprovider-base.pod76 size_t get_entropy(const OSSL_CORE_HANDLE *handle,
313 get_entropy() retrieves seeding material from the operating system.
319 get_user_entropy() is the same as get_entropy() except that it will
324 get_entropy(). The entropy pointer returned by get_entropy()

Completed in 20 milliseconds