Searched refs:RAND_status (Results 1 – 25 of 29) sorted by relevance
12
5 RAND_add, RAND_seed, RAND_status, RAND_event, RAND_screen - add16 int RAND_status(void);61 RAND_status() and RAND_event() return 1 if the PRNG has been seeded74 and OpenSSL. RAND_add() and RAND_status() have been added in OpenSSL
50 and RAND_status().
61 or the status is checked via RAND_status() for the first time, if the socket
18 int RAND_status(void);
226 if (RAND_status() == 1) { in seed_rng()237 if (RAND_status() != 1) in seed_rng()
2707 exit(RAND_status() == 1 ? 0 : 1);
144 if (RAND_status() == 0) { in app_RAND_load_file()
263 && !RAND_status()) { in MAIN()
2137 if (RAND_status() != 1) { in MAIN()2216 if (RAND_status() != 1) { in MAIN()2311 if (RAND_status() != 1) { in MAIN()
677 && !RAND_status()) { in MAIN()
1186 && !RAND_status()) { in MAIN()
108 int RAND_status(void);
230 int RAND_status(void) in RAND_status() function
280 if (RAND_status() == 1) in RAND_egd_bytes()
618 return (RAND_status()); in RAND_event()
198 if ((RAND_status() == 0) && rsa->d != NULL && rsa->d->d != NULL) { in RSA_setup_blinding()
221 while (!RAND_status()) in main()
51 RAND_status();
505 MLINKS+= RAND_add.3 RAND_status.3
469 if (!RAND_status()) { in main()
1244 int ret = RAND_status(); in info()
3478 if (RAND_status() != 1) { in seed_something()3492 if (RAND_status() == 1) { in seed_something()
3904 if (!RAND_status()) { in crypto_setup()
1761 RAND_status 2254 EXIST::FUNCTION:
6269 (the default implementation of RAND_status).6373 *) Include RAND_status() into RAND_METHOD instead of implementing6442 RAND_egd() and RAND_status(). In the command line application,