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

/freebsd-11-stable/crypto/openssl/crypto/bn/
H A Ddivtest.c7 RAND_pseudo_bytes(x, 2);
H A Dbn_rand.c160 if (RAND_pseudo_bytes(&c, 1) < 0)
H A Dbn.h839 # ifndef RAND_pseudo_bytes
840 int RAND_pseudo_bytes(unsigned char *buf, int num);
854 RAND_pseudo_bytes(&_tmp_char, 1); \
860 # undef RAND_pseudo_bytes macro
/freebsd-11-stable/crypto/openssl/crypto/rand/
H A Drand.h102 int RAND_pseudo_bytes(unsigned char *buf, int num);
H A Drandtest.c80 i = RAND_pseudo_bytes(buf, 2500);
H A Drand_lib.c163 int RAND_pseudo_bytes(unsigned char *buf, int num) function
/freebsd-11-stable/crypto/openssl/crypto/srp/
H A Dsrptest.c62 RAND_pseudo_bytes(rand_tmp, sizeof(rand_tmp));
77 RAND_pseudo_bytes(rand_tmp, sizeof(rand_tmp));
/freebsd-11-stable/crypto/openssl/crypto/ecdsa/
H A Decdsatest.c306 if (RAND_pseudo_bytes(digest, 20) <= 0 ||
307 RAND_pseudo_bytes(wrong_digest, 20) <= 0) {
/freebsd-11-stable/crypto/heimdal/kdc/
H A Ddigest.c378 RAND_pseudo_bytes(&identifier, sizeof(identifier));
379 RAND_pseudo_bytes(server_nonce, sizeof(server_nonce));
/freebsd-11-stable/crypto/openssl/apps/
H A Dspeed.c2017 RAND_pseudo_bytes(buf, 36);
2091 RAND_pseudo_bytes(buf, 20);
/freebsd-11-stable/secure/lib/libcrypto/
H A DMakefile.man855 MLINKS+= RAND_bytes.3 RAND_pseudo_bytes.3
/freebsd-11-stable/crypto/openssl/ssl/
H A Dssltest.c538 RAND_pseudo_bytes(iv, EVP_MAX_IV_LENGTH);

Completed in 156 milliseconds