Home
last modified time | relevance | path

Searched refs:RAND_DRBG_STRENGTH (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/crypto/rand/
H A Drandfile.c93 #define RAND_LOAD_BUF_SIZE (RAND_BUF_SIZE + RAND_DRBG_STRENGTH) in RAND_load_file()
123 bytes = RAND_DRBG_STRENGTH; in RAND_load_file()
H A Drand_lib.c134 RAND_POOL *pool = ossl_rand_pool_new(RAND_DRBG_STRENGTH, 1, in RAND_poll()
135 (RAND_DRBG_STRENGTH + 7) / 8, in RAND_poll()
/freebsd/crypto/openssl/include/crypto/
H A Drand_pool.h37 3 * (RAND_DRBG_STRENGTH / 16))
/freebsd/crypto/openssl/include/openssl/
H A Drand.h37 # define RAND_DRBG_STRENGTH 256 macro