Home
last modified time | relevance | path

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

/openssl/providers/implementations/rands/seeding/
H A Drand_vms.c365 size_t total_length = 0; in data_collect_method() local
385 total_length = total_elems * sizeof(data.buffer[0]); in data_collect_method()
459 if (!ossl_assert(total_length >= bytes_needed)) { in data_collect_method()
462 bytes_needed, total_length); in data_collect_method()
469 if (total_length > bytes_remaining) in data_collect_method()
470 total_length = bytes_remaining; in data_collect_method()
473 ossl_rand_pool_add(pool, (unsigned char *)data.buffer, total_length, in data_collect_method()
474 8 * total_length / ENTROPY_FACTOR); in data_collect_method()

Completed in 6 milliseconds