Searched defs:rnd (Results 1 – 4 of 4) sorted by relevance
/openssl-master/crypto/bn/ |
A D | bn_rand.c | 23 static int bnrand(BNRAND_FLAG flag, BIGNUM *rnd, int bits, int top, int bottom, in bnrand() 102 int BN_rand_ex(BIGNUM *rnd, int bits, int top, int bottom, in BN_rand_ex() 108 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_rand() 113 int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_bntest_rand() 119 int BN_priv_rand_ex(BIGNUM *rnd, int bits, int top, int bottom, in BN_priv_rand_ex() 126 int BN_priv_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_priv_rand() 226 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_pseudo_rand()
|
A D | bn_depr.c | 27 BIGNUM *rnd = NULL; in BN_generate_prime() local
|
A D | bn_prime.c | 477 static int probable_prime(BIGNUM *rnd, int bits, int safe, prime_t *mods, in probable_prime() 535 static int probable_prime_dh(BIGNUM *rnd, int bits, int safe, prime_t *mods, in probable_prime_dh()
|
/openssl-master/ssl/ |
A D | tls_srp.c | 421 unsigned char rnd[SSL_MAX_MASTER_KEY_LENGTH]; in ssl_srp_calc_a_param_intern() local
|
Completed in 6 milliseconds