Searched refs:RAND_status (Results 1 – 23 of 23) sorted by relevance
/third_party/openssl/doc/man3/ |
D | RAND_add.pod | 5 RAND_add, RAND_poll, RAND_seed, RAND_status, RAND_event, RAND_screen, 13 int RAND_status(void); 38 RAND_status() indicates whether or not the random generator has been sufficiently 74 RAND_status() returns 1 if the random generator has been seeded 79 RAND_event() returns RAND_status().
|
D | RAND_set_rand_method.pod | 46 and RAND_status().
|
/third_party/curl/packages/vms/ |
D | gnv_conftest.c_first | 34 char RAND_status(void) {return 0;} 47 #define RAND_status RAND_STATUS
|
/third_party/openssl/include/openssl/ |
D | rand.h | 56 int RAND_status(void);
|
/third_party/openssl/crypto/rand/ |
D | rand_egd.c | 146 if (RAND_status() != 1)
|
D | rand_win.c | 164 return RAND_status(); in RAND_event()
|
D | randfile.c | 165 if (!RAND_status()) { in RAND_load_file()
|
D | rand_lib.c | 958 int RAND_status(void) in RAND_status() function
|
/third_party/openssl/test/ |
D | drbgtest.c | 979 if (!TEST_int_eq(RAND_status(), in test_rand_seed() 1003 if (!TEST_true(RAND_status())) in test_rand_add() 1008 if (!TEST_true(RAND_status())) in test_rand_add()
|
/third_party/curl/lib/ |
D | setup-vms.h | 266 #define RAND_status RAND_STATUS macro
|
D | curl_config.h.cmake | 470 /* Define to 1 if you have the `RAND_status' function. */
|
/third_party/python/Lib/ |
D | ssl.py | 107 from _ssl import RAND_status, RAND_add, RAND_bytes, RAND_pseudo_bytes
|
/third_party/python/Misc/NEWS.d/ |
D | 3.10.0b1.rst | 1292 :func:`ssl.RAND_status` now returns a boolean value (as documented) instead
|
/third_party/curl/lib/vtls/ |
D | openssl.c | 433 return (0 != RAND_status()) ? TRUE : FALSE; in rand_enough()
|
/third_party/curl/ |
D | CMakeLists.txt | 423 check_symbol_exists(RAND_status "${CURL_INCLUDES}" HAVE_RAND_STATUS)
|
/third_party/python/Doc/library/ |
D | ssl.rst | 301 operation is not supported by the current RAND method. :func:`RAND_status` 335 .. function:: RAND_status()
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 2015 #define RAND_status BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, RAND_status) macro
|
/third_party/python/Modules/ |
D | _ssl.c | 5180 return PyBool_FromLong(RAND_status()); in _ssl_RAND_status_impl()
|
/third_party/python/Lib/test/ |
D | test_ssl.py | 380 v = ssl.RAND_status()
|
/third_party/node/src/ |
D | node_crypto.cc | 451 int status = RAND_status(); in CheckEntropy()
|
/third_party/openssl/util/ |
D | libcrypto.num | 554 RAND_status 554 1_1_0 EXIST::FUNCTION:
|
/third_party/openssl/ |
D | CHANGES | 11063 (the default implementation of RAND_status). 11167 *) Include RAND_status() into RAND_METHOD instead of implementing 11236 RAND_egd() and RAND_status(). In the command line application,
|
/third_party/python/Misc/ |
D | HISTORY | 23896 functions RAND_add(), RAND_egd(), and RAND_status(). These calls 24879 RAND_status() and the EGD, and the subsequent patch that tried to 25950 - socket module: the OpenSSL code now adds support for RAND_status()
|