Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/openssl/doc/man3/
H A DRAND_bytes.pod5 RAND_bytes, RAND_priv_bytes, RAND_pseudo_bytes - generate random data
17 int RAND_pseudo_bytes(unsigned char *buf, int num);
73 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-13.1/crypto/openssl/include/openssl/
H A Drand.h44 DEPRECATEDIN_1_1_0(int RAND_pseudo_bytes(unsigned char *buf, int num))
/freebsd-13.1/crypto/heimdal/doc/doxyout/hcrypto/
H A Dmanpages140 hcrypto/man/man3/RAND_pseudo_bytes.3
/freebsd-13.1/crypto/openssl/crypto/rand/
H A Drand_lib.c947 int RAND_pseudo_bytes(unsigned char *buf, int num) in RAND_pseudo_bytes() function
/freebsd-13.1/secure/lib/libcrypto/
H A DVersion.map2466 RAND_pseudo_bytes;
/freebsd-13.1/crypto/openssl/crypto/err/
H A Dopenssl.txt1035 RAND_F_RAND_PSEUDO_BYTES:126:RAND_pseudo_bytes
/freebsd-13.1/secure/lib/libcrypto/man/man3/
H A DMakefile2253 MLINKS+= RAND_bytes.3 RAND_pseudo_bytes.3
/freebsd-13.1/crypto/openssl/
H A DCHANGES2182 *) RAND_pseudo_bytes has been deprecated. Users should use RAND_bytes instead.
11001 *) In PEM_ASN1_write_bio and some other functions, use RAND_pseudo_bytes
11347 error queue. New function RAND_pseudo_bytes() generates output that is
/freebsd-13.1/contrib/unbound/doc/
H A DChangelog5927 - FIPS_mode openssl does not use arc4random but RAND_pseudo_bytes.