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

12

/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Drand_status_test.c20 return TEST_true(RAND_status());
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/rand/
H A Drand_deprecated.c23 return RAND_status();
H A Drand_egd.c211 if (RAND_status() != 1)
H A Drandfile.c173 if (!RAND_status()) {
H A Drand_lib.c296 int RAND_status(void) function
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Drand.h62 #define RAND_status hc_RAND_status macro
100 int RAND_status(void);
H A Dtest_rand.c135 if (RAND_status() != 1)
H A Drand.c178 RAND_status(void) function
H A Dtest_engine_dso.c188 if (RAND_status() != 1)
H A Dtest_bn.c322 if (RAND_status() != 1)
H A Dtest_rsa.c242 if (RAND_status() != 1)
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dcrypto-rand.c69 /* Calling RAND_status() will try to use /dev/urandom if it exists so
71 if (RAND_status() != 1) {
76 if (RAND_status() == 1) {
/netbsd-current/crypto/external/cpl/trousers/dist/src/tspi/daa/big_integer/
H A Dbi_openssl.c122 LogDebug("bi_init() -> seed status = %d\n", RAND_status());
124 if( RAND_status() != 1) {
131 while( RAND_status() !=1 ) {
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Drand.h56 int RAND_status(void);
/netbsd-current/crypto/external/bsd/openssl/dist/include/openssl/
H A Drand.h101 int RAND_status(void);
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/rand/
H A Drand_win.c166 return RAND_status();
H A Drand_egd.c146 if (RAND_status() != 1)
H A Drandfile.c165 if (!RAND_status()) {
H A Drand_lib.c962 int RAND_status(void) function
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dtls.c108 if (RAND_status() != 1) {
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Ddrbgtest.c575 * |expect_success|: expected outcome (as reported by RAND_status())
979 if (!TEST_int_eq(RAND_status(),
1003 if (!TEST_true(RAND_status()))
1008 if (!TEST_true(RAND_status()))
/netbsd-current/external/bsd/nsd/dist/
H A Dnsd-control.c595 if(!RAND_status()) {
/netbsd-current/external/bsd/unbound/dist/smallapp/
H A Dunbound-control.c1021 if(!RAND_status()) {
/netbsd-current/crypto/external/bsd/openssl/dist/apps/lib/
H A Dapps.c3362 if (!RAND_status())
3375 if (!RAND_status())
/netbsd-current/external/bsd/openldap/dist/libraries/libldap/
H A Dtls_o.c1623 if (RAND_status() == 0) {

Completed in 379 milliseconds

12