Searched refs:cleanup_entropy (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rand/ |
H A D | drbg_lib.c | 205 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 D | rand_local.h | 285 RAND_DRBG_cleanup_entropy_fn cleanup_entropy; member
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | RAND_DRBG_set_callbacks.pod | 19 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 D | rand_drbg.h | 121 RAND_DRBG_cleanup_entropy_fn cleanup_entropy,
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | core_dispatch.h | 191 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 D | provider-base.pod | 79 void cleanup_entropy(const OSSL_CORE_HANDLE *handle, 307 cleanup_entropy() is used to clean up and free the buffer returned by
|