Home
last modified time | relevance | path

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

/openssl/doc/internal/man3/
H A Dossl_rand_get_entropy.pod5 ossl_rand_get_entropy, ossl_rand_get_user_entropy,
15 size_t ossl_rand_get_entropy(OSSL_CORE_HANDLE *handle,
38 ossl_rand_get_entropy() retrieves seeding material from the operating system.
44 ossl_rand_get_user_entropy() is the same as ossl_rand_get_entropy()
50 ossl_rand_get_entropy(). The entropy buffer is pointed to by I<buf>
77 internal pointer to ossl_rand_get_entropy(), ossl_rand_cleanup_entropy(),
83 ossl_rand_get_entropy(), ossl_rand_get_user_entropy(),
/openssl/crypto/rand/
H A Dprov_seed.c18 size_t ossl_rand_get_entropy(ossl_unused OSSL_LIB_CTX *ctx, in ossl_rand_get_entropy() function
54 return ossl_rand_get_entropy(ctx, pout, entropy, min_len, max_len); in ossl_rand_get_user_entropy()
/openssl/include/crypto/
H A Drand.h111 size_t ossl_rand_get_entropy(OSSL_LIB_CTX *ctx,
/openssl/crypto/
H A Dprovider_core.c2118 return ossl_rand_get_entropy((OSSL_LIB_CTX *)core_get_libctx(handle), in rand_get_entropy()
/openssl/doc/man7/
H A Dprovider-base.pod183 ossl_rand_get_entropy OSSL_FUNC_GET_ENTROPY

Completed in 15 milliseconds