Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/implementations/rands/seeding/
H A Drand_cpu_x86.c24 static size_t get_hardware_random_value(unsigned char *buf, size_t len);
48 if (get_hardware_random_value(buffer, bytes_needed) == bytes_needed) { in ossl_prov_acquire_entropy_from_cpu()
61 static size_t get_hardware_random_value(unsigned char *buf, size_t len) in get_hardware_random_value() function
91 static size_t get_hardware_random_value(unsigned char *buf, size_t len) { in get_hardware_random_value() function