Searched refs:get_entropy (Results 1 – 3 of 3) sorted by relevance
| /src/crypto/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 436 entropylen = get_entropy(drbg, &entropy, min_entropy, in ossl_prov_drbg_instantiate() 560 entropylen = get_entropy(drbg, &entropy, drbg->strength, in ossl_prov_drbg_reseed_unlocked()
|
| /src/crypto/openssl/include/openssl/ |
| H A D | core_dispatch.h | 192 OSSL_CORE_MAKE_FUNC(size_t, get_entropy, (const OSSL_CORE_HANDLE *handle, unsigned char **pout, int… 541 (void *vctx, OSSL_INOUT_CALLBACK *get_entropy,
|
| /src/crypto/openssl/doc/man7/ |
| H A D | provider-base.pod | 76 size_t get_entropy(const OSSL_CORE_HANDLE *handle, 344 get_entropy() retrieves seeding material from the operating system. 350 get_user_entropy() is the same as get_entropy() except that it will 355 get_entropy(). The entropy pointer returned by get_entropy()
|