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