Searched refs:cleanup_entropy (Results 1 – 3 of 3) sorted by relevance
| /src/crypto/openssl/providers/implementations/rands/ |
| H A D | drbg.c | 246 static void cleanup_entropy(PROV_DRBG *drbg, unsigned char *out, size_t outlen) in cleanup_entropy() function 447 cleanup_entropy(drbg, entropy, entropylen); in ossl_prov_drbg_instantiate() 451 cleanup_entropy(drbg, entropy, entropylen); in ossl_prov_drbg_instantiate() 580 cleanup_entropy(drbg, entropy, entropylen); in ossl_prov_drbg_reseed_unlocked()
|
| /src/crypto/openssl/include/openssl/ |
| H A D | core_dispatch.h | 194 OSSL_CORE_MAKE_FUNC(void, cleanup_entropy, (const OSSL_CORE_HANDLE *handle, unsigned char *buf, siz… 542 OSSL_CALLBACK *cleanup_entropy,
|
| /src/crypto/openssl/doc/man7/ |
| H A D | provider-base.pod | 82 void cleanup_entropy(const OSSL_CORE_HANDLE *handle, 354 cleanup_entropy() is used to clean up and free the buffer returned by
|