Home
last modified time | relevance | path

Searched refs:get_entropy (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DRAND_DRBG_set_callbacks.pod18 RAND_DRBG_get_entropy_fn get_entropy,
61 The B<get_entropy>() callback is called by the B<drbg> when it requests fresh
81 free the buffer allocated previously by get_entropy().
83 as returned by the get_entropy() callback.
88 The callbacks are analogous to get_entropy() and cleanup_entropy(),
109 Since the default implementation of the get_entropy callback does not have access
123 (using the B<get_entropy>() and B<cleanup_entropy>() callbacks) which it will
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rand/
H A Ddrbg_lib.c204 drbg->get_entropy = rand_drbg_get_entropy; in rand_drbg_new()
214 drbg->get_entropy = rand_drbg_get_entropy; in rand_drbg_new()
330 if (drbg->get_entropy != NULL) in RAND_DRBG_instantiate()
331 entropylen = drbg->get_entropy(drbg, &entropy, min_entropy, in RAND_DRBG_instantiate()
425 if (drbg->get_entropy != NULL) in RAND_DRBG_reseed()
426 entropylen = drbg->get_entropy(drbg, &entropy, drbg->strength, in RAND_DRBG_reseed()
690 RAND_DRBG_get_entropy_fn get_entropy, in RAND_DRBG_set_callbacks() argument
697 drbg->get_entropy = get_entropy; in RAND_DRBG_set_callbacks()
H A Drand_local.h284 RAND_DRBG_get_entropy_fn get_entropy; member
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/
H A Ddrbgtest.c503 RAND_DRBG_get_entropy_fn get_entropy; member
528 ret = ctx->get_entropy(drbg, pout, entropy, min_len, max_len, in get_entropy_hook()
541 ctx->get_entropy = drbg->get_entropy; in hook_drbg()
542 drbg->get_entropy = get_entropy_hook; in hook_drbg()
551 drbg->get_entropy = ctx->get_entropy; in unhook_drbg()
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Drand_drbg.h120 RAND_DRBG_get_entropy_fn get_entropy,
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Dcore_dispatch.h188 OSSL_CORE_MAKE_FUNC(size_t, get_entropy, (const OSSL_CORE_HANDLE *handle,
492 (void *vctx, OSSL_INOUT_CALLBACK *get_entropy,
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man7/
H A Dprovider-base.pod76 size_t get_entropy(const OSSL_CORE_HANDLE *handle,
301 get_entropy() retrieves seeding material from the operating system.
308 get_entropy(). The entropy pointer returned by get_entropy() is passed in
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/err/
H A Dopenssl.txt1013 RAND_F_GET_ENTROPY:106:get_entropy