Searched refs:RAND_add (Results 1 – 22 of 22) sorted by relevance
/external/boringssl/src/crypto/rand_extra/ |
D | rand_extra.c | 39 void RAND_add(const void *buf, int num, double entropy) {} in RAND_add() function 57 RAND_add,
|
/external/openssh/ |
D | entropy.c | 205 RAND_add(buf, len, len); in rexec_recv_rng_seed() 228 RAND_add(buf, sizeof(buf), sizeof(buf)); in seed_rng()
|
D | configure | 12316 char RAND_add (); 12320 return RAND_add (); 12354 char RAND_add (); 12358 return RAND_add ();
|
D | configure.ac | 2450 AC_TRY_LINK_FUNC([RAND_add], [AC_DEFINE([HAVE_OPENSSL], [1], 2463 AC_TRY_LINK_FUNC([RAND_add], [AC_DEFINE([HAVE_OPENSSL])],
|
/external/boringssl/src/include/openssl/ |
D | rand.h | 88 OPENSSL_EXPORT void RAND_add(const void *buf, int num, double entropy);
|
/external/curl/lib/ |
D | setup-vms.h | 261 #define RAND_add RAND_ADD macro
|
/external/python/cpython2/Lib/ |
D | socket.py | 69 RAND_add, \
|
D | ssl.py | 108 from _ssl import RAND_status, RAND_add
|
/external/python/cpython3/Lib/ |
D | ssl.py | 107 from _ssl import RAND_status, RAND_add, RAND_bytes, RAND_pseudo_bytes
|
/external/grpc-grpc/src/objective-c/ |
D | grpc_shadow_boringssl_symbol_list | 1525 RAND_add
|
D | BoringSSL-GRPC.podspec | 3077 '#define RAND_add GRPC_SHADOW_RAND_add',
|
/external/python/cpython2/Doc/library/ |
D | ssl.rst | 354 :func:`ssl.RAND_egd` and :func:`ssl.RAND_add` to increase the randomness of 370 .. function:: RAND_add(bytes, entropy) 1810 successful call of :func:`~ssl.RAND_add`, :func:`~ssl.RAND_bytes` or
|
/external/python/cpython3/Doc/library/ |
D | ssl.rst | 280 can be used to check the status of the PRNG and :func:`RAND_add` can be used 317 :func:`ssl.RAND_egd` and :func:`ssl.RAND_add` to increase the randomness of 333 .. function:: RAND_add(bytes, entropy) 2647 successful call of :func:`~ssl.RAND_add`, :func:`~ssl.RAND_bytes` or
|
/external/python/cpython3/Lib/test/ |
D | test_ssl.py | 315 ssl.RAND_add("this is a random string", 75.0) 316 ssl.RAND_add(b"this is a random bytes object", 75.0) 317 ssl.RAND_add(bytearray(b"this is a random bytearray object"), 75.0)
|
/external/curl/lib/vtls/ |
D | openssl.c | 518 RAND_add(randb, (int)len, (double)len/2); in Curl_ossl_seed()
|
/external/python/cpython2/Modules/ |
D | _ssl.c | 3571 RAND_add(buf, (int)written, entropy); in PySSL_RAND_add()
|
/external/grpc-grpc/src/core/tsi/ |
D | grpc_shadow_boringssl.h | 1553 #define RAND_add GRPC_SHADOW_RAND_add macro
|
/external/python/cpython3/Modules/ |
D | _ssl.c | 5077 RAND_add(buf, (int)written, entropy); in _ssl_RAND_add_impl()
|
/external/python/cpython2/Lib/test/ |
D | test_ssl.py | 188 ssl.RAND_add("this is a random string", 75.0)
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.5.0a1.rst | 3147 ssl.RAND_add() now supports strings longer than 2 GB.
|
/external/python/cpython3/Misc/ |
D | HISTORY | 1578 - Issue #21781: ssl.RAND_add() now supports strings longer than 2 GB. 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
|