Home
last modified time | relevance | path

Searched refs:RAND_egd (Results 1 – 22 of 22) sorted by relevance

/external/curl/packages/vms/
Dgnv_conftest.c_first36 char RAND_egd(void) {return 0;}
49 #define RAND_egd RAND_EGD
/external/boringssl/src/crypto/rand_extra/
Drand_extra.c41 int RAND_egd(const char *path) { in RAND_egd() function
/external/boringssl/src/include/openssl/
Drand.h91 OPENSSL_EXPORT int RAND_egd(const char *);
/external/curl/lib/
Dsetup-vms.h263 #define RAND_egd RAND_EGD macro
Dcurl_config.h.in537 /* Define to 1 if you have the `RAND_egd' function. */
Dcurl_config.h.cmake491 /* Define to 1 if you have the `RAND_egd' function. */
/external/python/cpython2/Lib/
Dsocket.py81 from _ssl import RAND_egd
Dssl.py110 from _ssl import RAND_egd
/external/python/cpython3/Lib/
Dssl.py112 from _ssl import RAND_egd
/external/python/cpython2/Lib/test/
Dtest_ssl.py179 self.assertRaises(TypeError, ssl.RAND_egd, 1)
180 self.assertRaises(TypeError, ssl.RAND_egd, 'foo', 1)
/external/python/cpython3/Lib/test/
Dtest_ssl.py205 self.assertRaises(TypeError, ssl.RAND_egd, 1)
206 self.assertRaises(TypeError, ssl.RAND_egd, 'foo', 1)
/external/curl/lib/vtls/
Dopenssl.c428 int ret = RAND_egd(data->set.str[STRING_SSL_EGDSOCKET]? in Curl_ossl_seed()
/external/curl/
DCMakeLists.txt375 check_symbol_exists(RAND_egd "${CURL_INCLUDES}" HAVE_RAND_EGD)
Dconfigure.ac1771 AC_CHECK_FUNCS( RAND_egd \
/external/python/cpython2/Doc/library/
Dssl.rst341 :func:`ssl.RAND_egd` and :func:`ssl.RAND_add` to increase the randomness of
344 .. function:: RAND_egd(path)
/external/python/cpython3/Doc/library/
Dssl.rst343 :func:`ssl.RAND_egd` and :func:`ssl.RAND_add` to increase the randomness of
346 .. function:: RAND_egd(path)
/external/python/cpython2/Modules/
D_ssl.c3517 bytes = RAND_egd(PyString_AS_STRING(arg)); in PySSL_RAND_egd()
/external/python/cpython3/Modules/
D_ssl.c4612 int bytes = RAND_egd(PyBytes_AsString(path)); in _ssl_RAND_egd_impl()
/external/python/cpython3/Misc/
DNEWS7129 - Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The
DHISTORY1052 - Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The
13408 - Issue #8477: ssl.RAND_egd() and ssl._test_decode_cert() support str with
23896 functions RAND_add(), RAND_egd(), and RAND_status(). These calls
/external/python/cpython2/Misc/
DNEWS1362 - Issue #21356: Make ssl.RAND_egd() optional to support LibreSSL. The
DHISTORY6517 functions RAND_add(), RAND_egd(), and RAND_status(). These calls