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

  /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
bn.h 62 #define BN_rand hc_BN_rand
130 int BN_rand(BIGNUM *, int, int, int);
bn.c 321 BN_rand(BIGNUM *bn, int bits, int top, int bottom)
undef.h 60 #undef BN_rand
  /src/crypto/external/bsd/openssl.old/dist/crypto/bn/
bn_rand.c 97 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom)
189 return BN_rand(rnd, bits, top, bottom);
  /src/crypto/external/apache2/openssl/dist/crypto/bn/
bn_rand.c 108 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom)
231 return BN_rand(rnd, bits, top, bottom);
  /src/crypto/external/bsd/openssl/dist/crypto/bn/
bn_rand.c 108 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom)
233 return BN_rand(rnd, bits, top, bottom);
  /src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
bn.h 102 #define BN_rand PGPV_BN_rand
  /src/sbin/nvmectl/
bignum.c 5615 BN_rand(BIGNUM *rnd, int bits, int top, int bottom)
5651 BN_rand(rnd, BN_num_bits(range), 1, 0);
  /src/crypto/external/bsd/netpgp/dist/src/libbn/
bignum.c 5549 BN_rand(BIGNUM *rnd, int bits, int top, int bottom)
5584 BN_rand(rnd, BN_num_bits(range), 1, 0);

Completed in 20 milliseconds