HomeSort by: relevance | last modified time | path
    Searched defs:BN_pseudo_rand (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/crypto/bn/
bn_rand.c 187 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom)
  /src/crypto/external/apache2/openssl/dist/crypto/bn/
bn_rand.c 229 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom)
  /src/crypto/external/bsd/openssl/dist/crypto/bn/
bn_rand.c 231 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom)
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
autoca.c 57 #define BN_pseudo_rand(bn, bits, top, bottom) BN_rand(bn, bits, top, bottom)
330 if (!BN_pseudo_rand(bn, SERIAL_BITS, 0, 0))

Completed in 24 milliseconds