Home
last modified time | relevance | path

Searched refs:cleanup_entropy (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rand/
H A Ddrbg_lib.c205 drbg->cleanup_entropy = rand_drbg_cleanup_entropy; in rand_drbg_new()
215 drbg->cleanup_entropy = rand_drbg_cleanup_entropy; in rand_drbg_new()
361 if (entropy != NULL && drbg->cleanup_entropy != NULL) in RAND_DRBG_instantiate()
362 drbg->cleanup_entropy(drbg, entropy, entropylen); in RAND_DRBG_instantiate()
446 if (entropy != NULL && drbg->cleanup_entropy != NULL) in RAND_DRBG_reseed()
447 drbg->cleanup_entropy(drbg, entropy, entropylen); in RAND_DRBG_reseed()
691 RAND_DRBG_cleanup_entropy_fn cleanup_entropy, in RAND_DRBG_set_callbacks() argument
698 drbg->cleanup_entropy = cleanup_entropy; in RAND_DRBG_set_callbacks()
H A Drand_local.h285 RAND_DRBG_cleanup_entropy_fn cleanup_entropy; member
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DRAND_DRBG_set_callbacks.pod19 RAND_DRBG_cleanup_entropy_fn cleanup_entropy,
80 The B<cleanup_entropy>() callback is called from the B<drbg> to clear and
88 The callbacks are analogous to get_entropy() and cleanup_entropy(),
102 It is important that B<cleanup_entropy>() and B<cleanup_nonce>() clear the buffer
123 (using the B<get_entropy>() and B<cleanup_entropy>() callbacks) which it will
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Drand_drbg.h121 RAND_DRBG_cleanup_entropy_fn cleanup_entropy,
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dcore_dispatch.h191 OSSL_CORE_MAKE_FUNC(void, cleanup_entropy, (const OSSL_CORE_HANDLE *handle,
493 OSSL_CALLBACK *cleanup_entropy,
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/
H A Dprovider-base.pod79 void cleanup_entropy(const OSSL_CORE_HANDLE *handle,
307 cleanup_entropy() is used to clean up and free the buffer returned by