HomeSort by relevance Sort by last modified time
    Searched refs:bnrand (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_rand.c 118 static int bnrand(int pseudorand, BIGNUM *rnd, int bits, int top, int bottom) function
213 return bnrand(0, rnd, bits, top, bottom);
218 return bnrand(1, rnd, bits, top, bottom);
224 return bnrand(2, rnd, bits, top, bottom);
  /external/openssl/crypto/bn/
bn_rand.c 119 static int bnrand(int pseudorand, BIGNUM *rnd, int bits, int top, int bottom) function
214 return bnrand(0, rnd, bits, top, bottom);
219 return bnrand(1, rnd, bits, top, bottom);
225 return bnrand(2, rnd, bits, top, bottom);

Completed in 199 milliseconds