Home
last modified time | relevance | path

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

/openssl/crypto/rand/
H A Drand_pool.c199 static int rand_pool_grow(RAND_POOL *pool, size_t len) in rand_pool_grow() function
277 if (!rand_pool_grow(pool, bytes_needed)) { in ossl_rand_pool_bytes_needed()
334 if (!rand_pool_grow(pool, len)) in ossl_rand_pool_add()
380 if (!rand_pool_grow(pool, len)) in ossl_rand_pool_add_begin()

Completed in 6 milliseconds