Searched refs:get_entropy (Results 1 – 3 of 3) sorted by relevance
/openssl/providers/implementations/rands/ |
H A D | drbg.c | 192 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 D | core_dispatch.h | 198 OSSL_CORE_MAKE_FUNC(size_t, get_entropy, (const OSSL_CORE_HANDLE *handle, 519 (void *vctx, OSSL_INOUT_CALLBACK *get_entropy,
|
/openssl/doc/man7/ |
H A D | provider-base.pod | 76 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 14 milliseconds