Home
last modified time | relevance | path

Searched defs:pseudorand (Results 1 – 2 of 2) sorted by relevance

/NextBSD/crypto/openssl/crypto/rand/
HDrand.h86 int (*pseudorand) (unsigned char *buf, int num); member
/NextBSD/crypto/openssl/crypto/bn/
HDbn_rand.c118 static int bnrand(int pseudorand, BIGNUM *rnd, int bits, int top, int bottom) in bnrand()