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

/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dcrypto-rand.c62 /* Calling RAND_status() will try to use /dev/urandom if it exists so
64 if (RAND_status() != 1) {
83 if (RAND_status() == 1) {
/freebsd-11-stable/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
281 if (RAND_status() == 1)
H A Drand_lib.c171 int RAND_status(void) function
/freebsd-11-stable/crypto/openssl/apps/
H A Dapp_rand.c141 if (RAND_status() == 0) {
H A Dgenrsa.c257 && !RAND_status()) {
H A Dspeed.c2093 if (RAND_status() != 1) {
2172 if (RAND_status() != 1) {
2267 if (RAND_status() != 1) {
H A Ds_client.c1257 && !RAND_status()) {
H A Ds_server.c1738 && !RAND_status()) {
/freebsd-11-stable/crypto/openssh/
H A Dentropy.c221 if (RAND_status() == 1) {
232 if (RAND_status() != 1)
/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Dexpspeed.c221 while (!RAND_status())
/freebsd-11-stable/crypto/openssl/crypto/rsa/
H A Drsa_crpt.c217 if ((RAND_status() == 0) && rsa->d != NULL && rsa->d->d != NULL) {
/freebsd-11-stable/contrib/apr-util/crypto/
H A Dapr_crypto_openssl.c656 if (!((RAND_status() == 1)
/freebsd-11-stable/contrib/unbound/smallapp/
H A Dunbound-control.c998 if(!RAND_status()) {
/freebsd-11-stable/contrib/ntp/util/
H A Dntp-keygen.c481 if (!RAND_status()) {
/freebsd-11-stable/secure/lib/libcrypto/
H A DMakefile.man854 MLINKS+= RAND_add.3 RAND_status.3
/freebsd-11-stable/crypto/heimdal/lib/hx509/
H A Dhxtool.c1407 int ret = RAND_status();
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntp_crypto.c3921 if (!RAND_status()) {
/freebsd-11-stable/crypto/heimdal/
H A Dconfigure13949 RAND_status(); function
14023 RAND_status(); function
14128 RAND_status(); function

Completed in 327 milliseconds