Searched refs:RAND_status (Results 1 - 18 of 18) sorted by relevance

/freebsd-9.3-release/crypto/openssl/apps/
H A Dapp_rand.c144 if (RAND_status() == 0) {
H A Dgenrsa.c263 && !RAND_status()) {
H A Dspeed.c2137 if (RAND_status() != 1) {
2216 if (RAND_status() != 1) {
2311 if (RAND_status() != 1) {
H A Ds_client.c677 && !RAND_status()) {
H A Ds_server.c1186 && !RAND_status()) {
/freebsd-9.3-release/crypto/openssl/crypto/rand/
H A Drand.h108 int RAND_status(void);
H A Drand_egd.c79 * This routine does not touch any RAND_status(). This is necessary, since
85 * Unlike RAND_query_egd_bytes(), RAND_status() is used to test the
280 if (RAND_status() == 1)
H A Drand_lib.c230 int RAND_status(void) function
H A Drand_win.c618 return (RAND_status());
/freebsd-9.3-release/crypto/openssh/
H A Dentropy.c226 if (RAND_status() == 1) {
237 if (RAND_status() != 1)
H A Dconfigure12802 exit(RAND_status() == 1 ? 0 : 1);
/freebsd-9.3-release/crypto/openssl/crypto/rsa/
H A Drsa_lib.c198 if ((RAND_status() == 0) && rsa->d != NULL && rsa->d->d != NULL) {
/freebsd-9.3-release/crypto/openssl/crypto/bn/
H A Dexpspeed.c221 while (!RAND_status())
/freebsd-9.3-release/crypto/heimdal/lib/hx509/
H A Dhxtool.c1244 int ret = RAND_status();
/freebsd-9.3-release/contrib/ntp/util/
H A Dntp-keygen.c469 if (!RAND_status()) {
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dcrypto.c3476 /* Calling RAND_status() will try to use /dev/urandom if it exists so
3478 if (RAND_status() != 1) {
3492 if (RAND_status() == 1) {
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_crypto.c3904 if (!RAND_status()) {
/freebsd-9.3-release/crypto/heimdal/
H A Dconfigure20763 RAND_status(); function
20862 RAND_status(); function
20992 RAND_status(); function
[all...]

Completed in 231 milliseconds