Home
last modified time | relevance | path

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

/crypto/
A Djitterentropy.c613 unsigned int tocopy, health_test_result; in jent_read_entropy() local
642 tocopy = min(DATA_SIZE_BITS / 8, len); in jent_read_entropy()
643 if (jent_read_random_block(ec->hash_state, p, tocopy)) in jent_read_entropy()
646 len -= tocopy; in jent_read_entropy()
647 p += tocopy; in jent_read_entropy()

Completed in 7 milliseconds