Home
last modified time | relevance | path

Searched defs:entropy_requested (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/include/crypto/
H A Drand_pool.h82 size_t entropy_requested; /* requested entropy count in bits */ member
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/rand/
H A Drand_pool.c22 RAND_POOL *ossl_rand_pool_new(int entropy_requested, int secure, in ossl_rand_pool_new()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rand/
H A Drand_local.h178 size_t entropy_requested; /* requested entropy count in bits */ member
H A Drand_lib.c436 RAND_POOL *rand_pool_new(int entropy_requested, int secure, in rand_pool_new()