Home
last modified time | relevance | path

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

/dflybsd-src/crypto/libressl/include/openssl/
H A Drand.h80 int (*pseudorand)(unsigned char *buf, int num); member
/dflybsd-src/crypto/libressl/crypto/bn/
H A Dbn_rand.c122 bnrand(int pseudorand, BIGNUM *rnd, int bits, int top, int bottom) in bnrand()