Home
last modified time | relevance | path

Searched refs:RAND_pseudo_bytes (Results 1 - 7 of 7) sorted by relevance

/third_party/openssl/ohos_lite/include/openssl/
H A Drand.h44 DEPRECATEDIN_1_1_0(int RAND_pseudo_bytes(unsigned char *buf, int num))
/third_party/node/deps/openssl/openssl/include/openssl/
H A Drand.h79 OSSL_DEPRECATEDIN_1_1_0 int RAND_pseudo_bytes(unsigned char *buf, int num);
/third_party/openssl/include/openssl/
H A Drand.h79 OSSL_DEPRECATEDIN_1_1_0 int RAND_pseudo_bytes(unsigned char *buf, int num);
/third_party/node/deps/openssl/openssl/crypto/rand/
H A Drand_lib.c285 int RAND_pseudo_bytes(unsigned char *buf, int num) in RAND_pseudo_bytes() function
/third_party/openssl/crypto/rand/
H A Drand_lib.c285 int RAND_pseudo_bytes(unsigned char *buf, int num) in RAND_pseudo_bytes() function
/third_party/python/Lib/
H A Dssl.py109 from _ssl import RAND_status, RAND_add, RAND_bytes, RAND_pseudo_bytes namespace
/third_party/python/Lib/test/
H A Dtest_ssl.py389 data, is_cryptographic = ssl.RAND_pseudo_bytes(16)
401 self.assertRaises(ValueError, ssl.RAND_pseudo_bytes, -5)

Completed in 12 milliseconds