Searched refs:cleanup_entropy (Results 1 – 3 of 3) sorted by relevance
/openssl/providers/implementations/rands/ |
H A D | drbg.c | 245 static void cleanup_entropy(PROV_DRBG *drbg, unsigned char *out, size_t outlen) in cleanup_entropy() function 449 cleanup_entropy(drbg, entropy, entropylen); in ossl_prov_drbg_instantiate() 453 cleanup_entropy(drbg, entropy, entropylen); in ossl_prov_drbg_instantiate() 582 cleanup_entropy(drbg, entropy, entropylen); in ossl_prov_drbg_reseed_unlocked()
|
/openssl/include/openssl/ |
H A D | core_dispatch.h | 204 OSSL_CORE_MAKE_FUNC(void, cleanup_entropy, (const OSSL_CORE_HANDLE *handle, 520 OSSL_CALLBACK *cleanup_entropy,
|
/openssl/doc/man7/ |
H A D | provider-base.pod | 82 void cleanup_entropy(const OSSL_CORE_HANDLE *handle, 323 cleanup_entropy() is used to clean up and free the buffer returned by
|
Completed in 14 milliseconds