Searched refs:pseudorand (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Drand.h77 int (*pseudorand)(unsigned char *, int); member in struct:RAND_METHOD
H A Drand-timer.c194 .pseudorand = timer_pseudorand,
H A Drand.c166 return (*selected_meth->pseudorand)(outdata, size);
H A Drand-fortuna.c633 .pseudorand = fortuna_pseudorand,
/netbsd-current/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Drand.h27 int (*pseudorand) (unsigned char *buf, int num); member in struct:rand_meth_st
/netbsd-current/crypto/external/bsd/openssl/dist/include/openssl/
H A Drand.h45 int (*pseudorand) (unsigned char *buf, int num); member in struct:rand_meth_st
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/rand/
H A Drand_lib.c955 if (meth != NULL && meth->pseudorand != NULL)
956 return meth->pseudorand(buf, num);
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/rand/
H A Drand_lib.c289 if (meth != NULL && meth->pseudorand != NULL)
290 return meth->pseudorand(buf, num);

Completed in 340 milliseconds