Searched refs:RAND_egd (Results 1 – 25 of 25) sorted by relevance
/external/curl/packages/vms/ |
D | gnv_conftest.c_first | 36 char RAND_egd(void) {return 0;} 49 #define RAND_egd RAND_EGD
|
/external/boringssl/src/crypto/rand_extra/ |
D | rand_extra.c | 41 int RAND_egd(const char *path) { in RAND_egd() function
|
/external/boringssl/src/include/openssl/ |
D | rand.h | 91 OPENSSL_EXPORT int RAND_egd(const char *);
|
/external/curl/lib/ |
D | setup-vms.h | 263 #define RAND_egd RAND_EGD macro
|
D | curl_config.h.in | 535 /* Define to 1 if you have the `RAND_egd' function. */
|
D | curl_config.h.cmake | 500 /* Define to 1 if you have the `RAND_egd' function. */
|
/external/python/cpython2/Lib/ |
D | socket.py | 81 from _ssl import RAND_egd
|
D | ssl.py | 110 from _ssl import RAND_egd
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.10rc1.rst | 590 Make ssl.RAND_egd() optional to support LibreSSL. The availability of the
|
/external/python/cpython3/Lib/ |
D | ssl.py | 109 from _ssl import RAND_egd
|
/external/grpc-grpc/src/objective-c/ |
D | grpc_shadow_boringssl_symbol_list | 1527 RAND_egd
|
D | BoringSSL-GRPC.podspec | 3079 '#define RAND_egd GRPC_SHADOW_RAND_egd',
|
/external/python/cpython2/Lib/test/ |
D | test_ssl.py | 186 self.assertRaises(TypeError, ssl.RAND_egd, 1) 187 self.assertRaises(TypeError, ssl.RAND_egd, 'foo', 1)
|
/external/curl/ |
D | CMakeLists.txt | 375 check_symbol_exists(RAND_egd "${CURL_INCLUDES}" HAVE_RAND_EGD)
|
D | configure.ac | 1834 AC_CHECK_FUNCS( RAND_egd \
|
/external/python/cpython2/Doc/library/ |
D | ssl.rst | 354 :func:`ssl.RAND_egd` and :func:`ssl.RAND_add` to increase the randomness of 357 .. function:: RAND_egd(path)
|
/external/curl/lib/vtls/ |
D | openssl.c | 490 int ret = RAND_egd(data->set.str[STRING_SSL_EGDSOCKET]? in Curl_ossl_seed()
|
/external/python/cpython3/Lib/test/ |
D | test_ssl.py | 313 self.assertRaises(TypeError, ssl.RAND_egd, 1) 314 self.assertRaises(TypeError, ssl.RAND_egd, 'foo', 1)
|
/external/python/cpython2/Modules/ |
D | _ssl.c | 3612 bytes = RAND_egd(PyString_AS_STRING(arg)); in PySSL_RAND_egd()
|
/external/grpc-grpc/src/core/tsi/ |
D | grpc_shadow_boringssl.h | 1555 #define RAND_egd GRPC_SHADOW_RAND_egd macro
|
/external/python/cpython3/Doc/library/ |
D | ssl.rst | 317 :func:`ssl.RAND_egd` and :func:`ssl.RAND_add` to increase the randomness of 320 .. function:: RAND_egd(path)
|
/external/python/cpython3/Modules/ |
D | _ssl.c | 5189 int bytes = RAND_egd(PyBytes_AsString(path)); in _ssl_RAND_egd_impl()
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.5.0a1.rst | 1375 Make ssl.RAND_egd() optional to support LibreSSL. The availability of the
|
/external/python/cpython3/Misc/ |
D | HISTORY | 1052 - 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/ |
D | HISTORY | 6517 functions RAND_add(), RAND_egd(), and RAND_status(). These calls
|