Searched refs:random_value (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl/dist/providers/implementations/rands/seeding/
H A Drand_cpu_x86.c68 uint64_t random_value = 0; local
70 if (_rdrand64(&random_value) != 0) {
71 unsigned char *random_buffer = (unsigned char *)&random_value;
73 if (bytes_remaining >= sizeof(random_value)) {
74 memcpy(buf, random_buffer, sizeof(random_value));
75 bytes_remaining -= sizeof(random_value);
76 buf += sizeof(random_value);
79 random_buffer + (sizeof(random_value) - bytes_remaining),
/netbsd-current/external/gpl3/gdb/dist/gnulib/import/
H A Dtempname.c75 typedef uint_fast64_t random_value; typedef
80 static random_value
81 random_bits (random_value var, bool use_getrandom)
83 random_value r;
268 random_value v = ((uintptr_t) &v) / alignof (max_align_t);
282 random_value const unfair_min
/netbsd-current/external/gpl3/gdb.old/dist/gnulib/import/
H A Dtempname.c68 typedef uint32_t random_value; typedef
79 typedef uint_fast64_t random_value; typedef
254 random_value v;
261 random_value const unfair_min

Completed in 201 milliseconds