Searched refs:pseudorand (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
H A D | rand.h | 77 int (*pseudorand)(unsigned char *, int); member
|
H A D | rand-timer.c | 194 .pseudorand = timer_pseudorand,
|
H A D | rand.c | 166 return (*selected_meth->pseudorand)(outdata, size); in RAND_pseudo_bytes()
|
H A D | rand-fortuna.c | 633 .pseudorand = fortuna_pseudorand,
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | rand.h | 27 int (*pseudorand) (unsigned char *buf, int num); member
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | rand.h | 45 int (*pseudorand) (unsigned char *buf, int num); member
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | RAND_set_rand_method.pod | 40 int (*pseudorand)(unsigned char *buf, int num);
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | RAND_set_rand_method.pod | 49 int (*pseudorand)(unsigned char *buf, int num);
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/rand/ |
H A D | rand_lib.c | 289 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 D | rand_lib.c | 955 if (meth != NULL && meth->pseudorand != NULL) in RAND_pseudo_bytes() 956 return meth->pseudorand(buf, num); in RAND_pseudo_bytes()
|