Home
last modified time | relevance | path

Searched refs:RAND_status (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-9-stable/crypto/openssl/doc/crypto/
DRAND_add.pod5 RAND_add, RAND_seed, RAND_status, RAND_event, RAND_screen - add
16 int RAND_status(void);
61 RAND_status() and RAND_event() return 1 if the PRNG has been seeded
74 and OpenSSL. RAND_add() and RAND_status() have been added in OpenSSL
DRAND_set_rand_method.pod50 and RAND_status().
DRAND_egd.pod61 or the status is checked via RAND_status() for the first time, if the socket
Drand.pod18 int RAND_status(void);
/freebsd-9-stable/crypto/openssh/
Dentropy.c226 if (RAND_status() == 1) { in seed_rng()
237 if (RAND_status() != 1) in seed_rng()
Dconfigure.ac2707 exit(RAND_status() == 1 ? 0 : 1);
/freebsd-9-stable/crypto/openssl/apps/
Dapp_rand.c144 if (RAND_status() == 0) { in app_RAND_load_file()
Dgenrsa.c263 && !RAND_status()) { in MAIN()
Dspeed.c2137 if (RAND_status() != 1) { in MAIN()
2216 if (RAND_status() != 1) { in MAIN()
2311 if (RAND_status() != 1) { in MAIN()
Ds_client.c677 && !RAND_status()) { in MAIN()
Ds_server.c1186 && !RAND_status()) { in MAIN()
/freebsd-9-stable/crypto/openssl/crypto/rand/
Drand.h108 int RAND_status(void);
Drand_lib.c230 int RAND_status(void) in RAND_status() function
Drand_egd.c280 if (RAND_status() == 1) in RAND_egd_bytes()
Drand_win.c618 return (RAND_status()); in RAND_event()
/freebsd-9-stable/crypto/openssl/crypto/rsa/
Drsa_lib.c198 if ((RAND_status() == 0) && rsa->d != NULL && rsa->d->d != NULL) { in RSA_setup_blinding()
/freebsd-9-stable/crypto/openssl/crypto/bn/
Dexpspeed.c221 while (!RAND_status()) in main()
/freebsd-9-stable/crypto/heimdal/cf/
Dcrypto.m451 RAND_status();
/freebsd-9-stable/secure/lib/libcrypto/
DMakefile.man505 MLINKS+= RAND_add.3 RAND_status.3
/freebsd-9-stable/contrib/ntp/util/
Dntp-keygen.c469 if (!RAND_status()) { in main()
/freebsd-9-stable/crypto/heimdal/lib/hx509/
Dhxtool.c1244 int ret = RAND_status(); in info()
/freebsd-9-stable/crypto/heimdal/lib/krb5/
Dcrypto.c3478 if (RAND_status() != 1) { in seed_something()
3492 if (RAND_status() == 1) { in seed_something()
/freebsd-9-stable/contrib/ntp/ntpd/
Dntp_crypto.c3904 if (!RAND_status()) { in crypto_setup()
/freebsd-9-stable/crypto/openssl/util/
Dlibeay.num1761 RAND_status 2254 EXIST::FUNCTION:
/freebsd-9-stable/crypto/openssl/
DCHANGES6269 (the default implementation of RAND_status).
6373 *) Include RAND_status() into RAND_METHOD instead of implementing
6442 RAND_egd() and RAND_status(). In the command line application,

12