Home
last modified time | relevance | path

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

/third_party/openssl/crypto/rand/
Drandfile.c85 #define RAND_LOAD_BUF_SIZE (RAND_BUF_SIZE + RAND_DRBG_STRENGTH) in RAND_load_file()
115 bytes = RAND_DRBG_STRENGTH; in RAND_load_file()
Drand_local.h68 3 * (RAND_DRBG_STRENGTH / 16))
Drand_lib.c405 pool = rand_pool_new(RAND_DRBG_STRENGTH, 1, in RAND_poll()
406 (RAND_DRBG_STRENGTH + 7) / 8, in RAND_poll()
/third_party/openssl/include/openssl/
Drand_drbg.h47 # define RAND_DRBG_STRENGTH 256 macro