OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:c_cleanup_entropy
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/providers/common/
provider_seeding.c
16
static OSSL_FUNC_cleanup_entropy_fn *
c_cleanup_entropy
= NULL;
variable
64
set_func(
c_cleanup_entropy
, OSSL_FUNC_cleanup_entropy(fns));
106
else if (
c_cleanup_entropy
!= NULL)
107
c_cleanup_entropy
(handle, buf, len);
/src/crypto/external/bsd/openssl/dist/providers/common/
provider_seeding.c
14
static OSSL_FUNC_cleanup_entropy_fn *
c_cleanup_entropy
= NULL;
variable
33
set_func(
c_cleanup_entropy
, OSSL_FUNC_cleanup_entropy(fns));
59
if (
c_cleanup_entropy
!= NULL)
60
c_cleanup_entropy
(ossl_prov_ctx_get0_handle(prov_ctx), buf, len);
Completed in 22 milliseconds
Indexes created Tue Jul 07 00:25:39 UTC 2026