Searched refs:get_entropy (Results 1 – 3 of 3) sorted by relevance
/openssl-master/providers/implementations/rands/ |
A D | drbg.c | 194 static size_t get_entropy(PROV_DRBG *drbg, unsigned char **pout, int entropy, in get_entropy() function 451 entropylen = get_entropy(drbg, &entropy, min_entropy, in ossl_prov_drbg_instantiate() 579 entropylen = get_entropy(drbg, &entropy, drbg->strength, in ossl_prov_drbg_reseed()
|
/openssl-master/include/openssl/ |
A D | core_dispatch.h | 188 OSSL_CORE_MAKE_FUNC(size_t, get_entropy, (const OSSL_CORE_HANDLE *handle, 492 (void *vctx, OSSL_INOUT_CALLBACK *get_entropy,
|
/openssl-master/doc/man7/ |
A D | provider-base.pod | 81 size_t get_entropy(const OSSL_CORE_HANDLE *handle, 308 get_entropy() retrieves seeding material from the operating system. 315 get_entropy(). The entropy pointer returned by get_entropy() is passed in
|
Completed in 8 milliseconds