Home
last modified time | relevance | path

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

/third_party/openssl/ohos_lite/include/openssl/
Drand_drbg.h120 RAND_DRBG_get_entropy_fn get_entropy,
/third_party/openssl/providers/implementations/rands/
Ddrbg.c194 static size_t get_entropy(PROV_DRBG *drbg, unsigned char **pout, int entropy, in get_entropy() function
451 entropylen = get_entropy(drbg, &entropy, min_entropy, in ossl_prov_drbg_instantiate()
579 entropylen = get_entropy(drbg, &entropy, drbg->strength, in ossl_prov_drbg_reseed()
/third_party/openssl/include/openssl/
Dcore_dispatch.h188 OSSL_CORE_MAKE_FUNC(size_t, get_entropy, (const OSSL_CORE_HANDLE *handle,
492 (void *vctx, OSSL_INOUT_CALLBACK *get_entropy,
/third_party/openssl/doc/man7/
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
/third_party/mbedtls/docs/proposed/
Dpsa-driver-interface.md383 A driver can declare an entropy source by providing a `"get_entropy"` entry point. This entry point…
396 …raphy system is running as an application in an operating system and `"get_entropy"` returns data …
404 …f the `PSA_DRIVER_GET_ENTROPY_BLOCK` flag is clear. The core may call `get_entropy` again later, g…
407 … `"get_entropy"` point, the core will call all of them (as well as the entry points from opaque dr…
412 …t time. If this flag is clear, the core is not expecting to call the `"get_entropy"` entry point a…
420 1. The core makes a first round of calls to `"get_entropy"` on every source with the `BLOCK` flag c…
538 …re [entropy sources](#entropy-collection-entry-point) (each having a `"get_entropy"` entry point) …
540get_entropy"` returns data with an estimated amount of entropy that is in general less than the bu…
542 …ntropy_size"` property for subsequent reseeding). The core calls the `"get_entropy"` points of the…
987 #### Flags for `"get_entropy"`