Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Drand.h77 int (*pseudorand)(unsigned char *, int); member
H A Drand-timer.c194 .pseudorand = timer_pseudorand,
H A Drand.c166 return (*selected_meth->pseudorand)(outdata, size); in RAND_pseudo_bytes()
H A Drand-fortuna.c633 .pseudorand = fortuna_pseudorand,
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Drand.h27 int (*pseudorand) (unsigned char *buf, int num); member
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/
H A Drand.h45 int (*pseudorand) (unsigned char *buf, int num); member
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DRAND_set_rand_method.pod40 int (*pseudorand)(unsigned char *buf, int num);
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DRAND_set_rand_method.pod49 int (*pseudorand)(unsigned char *buf, int num);
/netbsd-src/crypto/external/bsd/openssl/dist/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()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/rand/
H A Drand_lib.c955 if (meth != NULL && meth->pseudorand != NULL) in RAND_pseudo_bytes()
956 return meth->pseudorand(buf, num); in RAND_pseudo_bytes()