Home
last modified time | relevance | path

Searched refs:RAND_pseudo_bytes (Results 1 – 5 of 5) sorted by relevance

/external/boringssl/src/crypto/rand_extra/
Drand_extra.c58 RAND_pseudo_bytes,
/external/boringssl/src/include/openssl/
Drand.h75 OPENSSL_EXPORT int RAND_pseudo_bytes(uint8_t *buf, size_t len);
/external/boringssl/src/crypto/fipsmodule/rand/
Drand.c358 int RAND_pseudo_bytes(uint8_t *buf, size_t len) { in RAND_pseudo_bytes() function
/external/python/cpython2/Python/
Drandom.c144 if (RAND_pseudo_bytes(buffer, size) < 0) { in vms_urandom()
/external/python/cpython2/Doc/library/
Dssl.rst333 OpenSSL has deprecated :func:`ssl.RAND_pseudo_bytes`, use
1787 :func:`~ssl.RAND_pseudo_bytes` is sufficient.