Searched refs:cleanup_entropy (Results 1 – 3 of 3) sorted by relevance
/openssl-master/providers/implementations/rands/ |
A D | drbg.c | 248 static void cleanup_entropy(PROV_DRBG *drbg, unsigned char *out, size_t outlen) in cleanup_entropy() function 462 cleanup_entropy(drbg, entropy, entropylen); in ossl_prov_drbg_instantiate() 466 cleanup_entropy(drbg, entropy, entropylen); in ossl_prov_drbg_instantiate() 599 cleanup_entropy(drbg, entropy, entropylen); in ossl_prov_drbg_reseed()
|
/openssl-master/include/openssl/ |
A D | core_dispatch.h | 191 OSSL_CORE_MAKE_FUNC(void, cleanup_entropy, (const OSSL_CORE_HANDLE *handle, 493 OSSL_CALLBACK *cleanup_entropy,
|
/openssl-master/doc/man7/ |
A D | provider-base.pod | 84 void cleanup_entropy(const OSSL_CORE_HANDLE *handle, 314 cleanup_entropy() is used to clean up and free the buffer returned by
|
Completed in 10 milliseconds