Home
last modified time | relevance | path

Searched refs:pseudorand (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/include/openssl/
H A Drand.h45 int (*pseudorand) (unsigned char *buf, int num); member
/freebsd/crypto/openssl/doc/man3/
H A DRAND_set_rand_method.pod49 int (*pseudorand)(unsigned char *buf, int num);
/freebsd/crypto/openssl/crypto/rand/
H A Drand_lib.c289 if (meth != NULL && meth->pseudorand != NULL) in RAND_pseudo_bytes()
290 return meth->pseudorand(buf, num); in RAND_pseudo_bytes()