OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:egdsocket
(Results
1 - 2
of
2
) sorted by null
/external/openssl/apps/
app_rand.c
120
static int
egdsocket
= 0;
variable
140
egdsocket
= 1;
198
if (
egdsocket
|| !seeded)
/external/openssl/crypto/rand/
rand_unix.c
213
const char **
egdsocket
= NULL;
local
339
for (
egdsocket
= egdsockets; *
egdsocket
&& n < ENTROPY_NEEDED;
egdsocket
++)
343
r = RAND_query_egd_bytes(*
egdsocket
, (unsigned char *)tmpbuf+n,
Completed in 110 milliseconds