Home
last modified time | relevance | path

Searched defs:rnd (Results 1 – 5 of 5) sorted by relevance

/openssl/crypto/bn/
H A Dbn_rand.c23 static int bnrand(BNRAND_FLAG flag, BIGNUM *rnd, int bits, int top, int bottom, in bnrand()
100 int BN_rand_ex(BIGNUM *rnd, int bits, int top, int bottom, in BN_rand_ex()
106 int BN_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_rand()
111 int BN_bntest_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_bntest_rand()
117 int BN_priv_rand_ex(BIGNUM *rnd, int bits, int top, int bottom, in BN_priv_rand_ex()
124 int BN_priv_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_priv_rand()
229 int BN_pseudo_rand(BIGNUM *rnd, int bits, int top, int bottom) in BN_pseudo_rand()
H A Dbn_depr.c27 BIGNUM *rnd = NULL; in BN_generate_prime() local
H A Dbn_prime.c487 static int probable_prime(BIGNUM *rnd, int bits, int safe, prime_t *mods, in probable_prime()
545 static int probable_prime_dh(BIGNUM *rnd, int bits, int safe, prime_t *mods, in probable_prime_dh()
/openssl/ssl/
H A Dtls_srp.c449 unsigned char rnd[SSL_MAX_MASTER_KEY_LENGTH]; in ssl_srp_calc_a_param_intern() local
/openssl/providers/implementations/kdfs/
H A Dargon2.c471 uint64_t rnd, ref_index, ref_lane; in fill_segment() local

Completed in 14 milliseconds