Searched refs:RAND_pseudo_bytes (Results 1 – 14 of 14) sorted by relevance
/external/boringssl/src/crypto/rand_extra/ |
D | rand_extra.c | 58 RAND_pseudo_bytes,
|
/external/boringssl/src/include/openssl/ |
D | rand.h | 75 OPENSSL_EXPORT int RAND_pseudo_bytes(uint8_t *buf, size_t len);
|
/external/boringssl/src/crypto/fipsmodule/rand/ |
D | rand.c | 349 int RAND_pseudo_bytes(uint8_t *buf, size_t len) { in RAND_pseudo_bytes() function
|
/external/python/cpython2/Python/ |
D | random.c | 151 if (RAND_pseudo_bytes(buffer, size) < 0) { in vms_urandom()
|
/external/python/cpython3/Lib/ |
D | ssl.py | 107 from _ssl import RAND_status, RAND_add, RAND_bytes, RAND_pseudo_bytes
|
/external/python/cpython3/Lib/test/ |
D | test_ssl.py | 299 data, is_cryptographic = ssl.RAND_pseudo_bytes(16) 310 self.assertRaises(ValueError, ssl.RAND_pseudo_bytes, -5) 330 child_random = ssl.RAND_pseudo_bytes(16)[0] 346 parent_random = ssl.RAND_pseudo_bytes(16)[0]
|
/external/grpc-grpc/src/objective-c/ |
D | grpc_shadow_boringssl_symbol_list | 1060 RAND_pseudo_bytes
|
D | BoringSSL-GRPC.podspec | 2612 '#define RAND_pseudo_bytes GRPC_SHADOW_RAND_pseudo_bytes',
|
/external/python/cpython3/Doc/library/ |
D | ssl.rst | 292 .. function:: RAND_pseudo_bytes(num) 310 OpenSSL has deprecated :func:`ssl.RAND_pseudo_bytes`, use 2648 :func:`~ssl.RAND_pseudo_bytes` is sufficient.
|
/external/python/cpython2/Doc/library/ |
D | ssl.rst | 346 OpenSSL has deprecated :func:`ssl.RAND_pseudo_bytes`, use 1811 :func:`~ssl.RAND_pseudo_bytes` is sufficient.
|
/external/grpc-grpc/src/core/tsi/ |
D | grpc_shadow_boringssl.h | 1088 #define RAND_pseudo_bytes GRPC_SHADOW_RAND_pseudo_bytes macro
|
/external/python/cpython3/Modules/ |
D | _ssl.c | 5102 ok = RAND_pseudo_bytes((unsigned char*)PyBytes_AS_STRING(bytes), len); in PySSL_RAND()
|
/external/python/cpython3/Doc/whatsnew/ |
D | 3.3.rst | 1931 * :func:`~ssl.RAND_pseudo_bytes`: generate pseudo-random bytes.
|
/external/python/cpython3/Misc/ |
D | HISTORY | 9602 - Issue #12049: Add RAND_bytes() and RAND_pseudo_bytes() functions to the ssl
|