Home
last modified time | relevance | path

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

/openssl/doc/man3/
H A DRAND_bytes.pod6 RAND_pseudo_bytes - generate random data
24 int RAND_pseudo_bytes(unsigned char *buf, int num);
90 RAND_pseudo_bytes() was deprecated in OpenSSL 1.1.0; use RAND_bytes() instead.
H A DSSL_CTX_set_generate_session_id.pod107 RAND_pseudo_bytes(id, *id_len);
/openssl/include/openssl/
H A Drand.h79 OSSL_DEPRECATEDIN_1_1_0 int RAND_pseudo_bytes(unsigned char *buf, int num);
/openssl/crypto/rand/
H A Drand_lib.c298 int RAND_pseudo_bytes(unsigned char *buf, int num) in RAND_pseudo_bytes() function
/openssl/util/
H A Dlibcrypto.num1167 RAND_pseudo_bytes 1195 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_1_1_0
/openssl/
H A DCHANGES.md5801 * RAND_pseudo_bytes has been deprecated. Users should use RAND_bytes instead.
17638 * In PEM_ASN1_write_bio and some other functions, use RAND_pseudo_bytes
18047 error queue. New function RAND_pseudo_bytes() generates output that is

Completed in 59 milliseconds