OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:devrandom
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gdb/dist/gnulib/import/
getrandom.c
169
bool
devrandom
= (flags & GRND_RANDOM) != 0;
170
int fd = randfd[
devrandom
];
179
fd = open (randdevice[
devrandom
], oflags);
186
randfd[
devrandom
] = fd;
/src/external/gpl3/gdb.old/dist/gnulib/import/
getrandom.c
169
bool
devrandom
= (flags & GRND_RANDOM) != 0;
170
int fd = randfd[
devrandom
];
179
fd = open (randdevice[
devrandom
], oflags);
186
randfd[
devrandom
] = fd;
/src/crypto/external/apache2/openssl/dist/
Configure
840
my @known_seed_sources = qw(getrandom
devrandom
os egd none rdcpu);
/src/crypto/external/bsd/openssl/dist/
Configure
760
my @known_seed_sources = qw(getrandom
devrandom
os egd none rdcpu librandom);
/src/crypto/external/bsd/openssl.old/dist/
Configure
642
my @known_seed_sources = qw(getrandom
devrandom
os egd none rdcpu librandom);
/src/external/bsd/libbind/dist/
configure
21734
devrandom
=/dev/srandom
21737
devrandom
=/dev/random
21740
{ echo "$as_me:$LINENO: result: $
devrandom
" >&5
21741
echo "${ECHO_T}$
devrandom
" >&6; }
21742
as_ac_File=`echo "ac_cv_file_$
devrandom
" | $as_tr_sh`
21743
{ echo "$as_me:$LINENO: checking for $
devrandom
" >&5
21744
echo $ECHO_N "checking for $
devrandom
... $ECHO_C" >&6; }
21752
if test -r "$
devrandom
"; then
21763
#define PATH_RANDOMDEV "$
devrandom
"
Completed in 54 milliseconds
Indexes created Wed Apr 15 00:22:22 UTC 2026