HomeSort by: relevance | last modified time | path
    Searched refs:egd (Results 1 - 7 of 7) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/tls/
tls_prng_egd.c 7 /* seed OpenSSL PRNG from EGD server
15 /* ssize_t tls_prng_egd_read(egd, length)
16 /* TLS_PRNG_SRC *egd;
19 /* int tls_prng_egd_close(egd)
20 /* TLS_PRNG_SRC *egd;
27 /* the EGD server and updates the OpenSSL PRNG.
29 /* tls_prng_egd_close() disconnects from the specified EGD server
34 /* The UNIX-domain pathname of the EGD service.
36 /* The number of bytes to read from the EGD server.
86 /* tls_prng_egd_open - connect to EGD server *
91 TLS_PRNG_SRC *egd; local
    [all...]
  /src/games/hack/
hack.vault.c 107 struct egd { struct
115 {"guard", '@', 12, 12, -1, 4, 10, sizeof(struct egd)};
128 struct egd *egd = monster_private(guard); local
130 while ((fcbeg = egd->fcbeg) < egd->fcend) {
131 fcx = egd->fakecorr[fcbeg].fx;
132 fcy = egd->fakecorr[fcbeg].fy;
137 crm->typ = egd->fakecorr[fcbeg].ftyp;
141 egd->fcbeg++
152 struct egd *egd = monster_private(guard); local
177 struct egd *egd; local
272 struct egd *egd = monster_private(guard); local
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
test_crypto.in 62 for a in unix fortuna egd w32crypto ;do
  /src/external/ibm-public/postfix/dist/src/tlsmgr/
tlsmgr.c 22 /* an external source (EGD, /dev/urandom, or regular file).
290 #define EGD_PREF "egd:"
292 #define EGD_PATH(egd) ((egd) + EGD_PREF_LEN)
395 * Source is an EGD compatible socket.
399 msg_info("lost connection to EGD server %s -- "
897 * Source is an EGD compatible socket.
903 msg_warn("cannot connect to EGD server %s: %m", path);
  /src/crypto/external/apache2/openssl/dist/
Configure 30 my $usage="Usage: Configure [no-<feature> ...] [enable-<feature> ...] [-Dxxx] [-lxxx] [-Lxxx] [-fxxx] [-Kxxx] [no-hw-xxx|no-hw] [[no-]threads] [[no-]thread-pool] [[no-]default-thread-pool] [[no-]shared] [[no-]zlib|zlib-dynamic] [no-asm] [no-egd] [sctp] [386] [--prefix=DIR] [--openssldir=OPENSSLDIR] [--with-xxx[=vvv]] [--config=FILE] os/compiler[:flags]\n";
101 # no-egd do not compile support for the entropy-gathering daemon APIs
474 "egd",
601 "egd" => "default",
695 "stdio" => [ "apps", "capieng", "egd" ],
840 my @known_seed_sources = qw(getrandom devrandom os egd none rdcpu);
1340 if (scalar(grep { $_ eq 'egd' } @seed_sources) > 0) {
1341 delete $disabled{'egd'};
  /src/crypto/external/bsd/openssl/dist/
Configure 30 my $usage="Usage: Configure [no-<cipher> ...] [enable-<cipher> ...] [-Dxxx] [-lxxx] [-Lxxx] [-fxxx] [-Kxxx] [no-hw-xxx|no-hw] [[no-]threads] [[no-]shared] [[no-]zlib|zlib-dynamic] [no-asm] [no-egd] [sctp] [386] [--prefix=DIR] [--openssldir=OPENSSLDIR] [--with-xxx[=vvv]] [--config=FILE] os/compiler[:flags]\n";
88 # no-egd do not compile support for the entropy-gathering daemon APIs
440 "egd",
543 "egd" => "default",
625 "stdio" => [ "apps", "capieng", "egd" ],
760 my @known_seed_sources = qw(getrandom devrandom os egd none rdcpu librandom);
1219 if (scalar(grep { $_ eq 'egd' } @seed_sources) > 0) {
1220 delete $disabled{'egd'};
  /src/crypto/external/bsd/openssl.old/dist/
Configure 27 my $usage="Usage: Configure [no-<cipher> ...] [enable-<cipher> ...] [-Dxxx] [-lxxx] [-Lxxx] [-fxxx] [-Kxxx] [no-hw-xxx|no-hw] [[no-]threads] [[no-]shared] [[no-]zlib|zlib-dynamic] [no-asm] [no-egd] [sctp] [386] [--prefix=DIR] [--openssldir=OPENSSLDIR] [--with-xxx[=vvv]] [--config=FILE] os/compiler[:flags]\n";
61 # no-egd do not compile support for the entropy-gathering daemon APIs
379 "egd",
460 "egd" => "default",
511 "stdio" => [ "apps", "capieng", "egd" ],
642 my @known_seed_sources = qw(getrandom devrandom os egd none rdcpu librandom);
1062 if (scalar(grep { $_ eq 'egd' } @seed_sources) > 0) {
1063 delete $disabled{'egd'};

Completed in 23 milliseconds