Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/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);
/freebsd-14.2/crypto/openssl/include/openssl/
H A Drand.h79 OSSL_DEPRECATEDIN_1_1_0 int RAND_pseudo_bytes(unsigned char *buf, int num);
/freebsd-14.2/crypto/heimdal/doc/doxyout/hcrypto/
H A Dmanpages140 hcrypto/man/man3/RAND_pseudo_bytes.3
/freebsd-14.2/crypto/openssl/crypto/rand/
H A Drand_lib.c285 int RAND_pseudo_bytes(unsigned char *buf, int num) in RAND_pseudo_bytes() function
/freebsd-14.2/secure/lib/libcrypto/
H A DVersion.map2466 RAND_pseudo_bytes;
/freebsd-14.2/secure/lib/libcrypto/man/man3/
H A DMakefile3575 MLINKS+= RAND_bytes.3 RAND_pseudo_bytes.3
/freebsd-14.2/crypto/openssl/util/
H A Dlibcrypto.num1167 RAND_pseudo_bytes 1195 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_1_1_0
/freebsd-14.2/crypto/openssl/
H A DCHANGES.md4890 * RAND_pseudo_bytes has been deprecated. Users should use RAND_bytes instead.
16727 * In PEM_ASN1_write_bio and some other functions, use RAND_pseudo_bytes
17136 error queue. New function RAND_pseudo_bytes() generates output that is
/freebsd-14.2/contrib/unbound/doc/
H A DChangelog7574 - FIPS_mode openssl does not use arc4random but RAND_pseudo_bytes.