Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/doc/man3/
H A DRAND_bytes.pod6 RAND_pseudo_bytes, RAND_set1_random_provider - generate random data
26 int RAND_pseudo_bytes(unsigned char *buf, int num);
100 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/crypto/openssl/include/openssl/
H A Drand.h79 OSSL_DEPRECATEDIN_1_1_0 int RAND_pseudo_bytes(unsigned char *buf, int num);
/freebsd/crypto/heimdal/doc/doxyout/hcrypto/
H A Dmanpages140 hcrypto/man/man3/RAND_pseudo_bytes.3
/freebsd/crypto/openssl/crypto/rand/
H A Drand_lib.c396 int RAND_pseudo_bytes(unsigned char *buf, int num) in RAND_pseudo_bytes() function
/freebsd/secure/lib/libcrypto/
H A DVersion.map2400 RAND_pseudo_bytes;
/freebsd/secure/lib/libcrypto/man/man3/
H A DMakefile3644 MLINKS+= RAND_bytes.3 RAND_pseudo_bytes.3
/freebsd/crypto/openssl/util/
H A Dlibcrypto.num1167 RAND_pseudo_bytes 1195 3_0_0 EXIST::FUNCTION:DEPRECATEDIN_1_1_0
/freebsd/crypto/openssl/
H A DCHANGES.md6159 * RAND_pseudo_bytes has been deprecated. Users should use RAND_bytes instead.
18001 * In PEM_ASN1_write_bio and some other functions, use RAND_pseudo_bytes
18410 error queue. New function RAND_pseudo_bytes() generates output that is
/freebsd/contrib/unbound/doc/
H A DChangelog7839 - FIPS_mode openssl does not use arc4random but RAND_pseudo_bytes.