Searched refs:curr_uid (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/crypto/openssl/crypto/rand/
H A Drand_unix.c161 uid_t curr_uid; local
191 curr_uid = getuid();
192 RAND_add(&curr_uid, sizeof(curr_uid), 1);
193 curr_uid = 0;

Completed in 118 milliseconds