Lines Matching refs:DH
15 static int generate_key(DH *dh);
16 static int compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh);
17 static int dh_bn_mod_exp(const DH *dh, BIGNUM *r,
20 static int dh_init(DH *dh);
21 static int dh_finish(DH *dh);
23 int DH_generate_key(DH *dh) in DH_generate_key()
32 int DH_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) in DH_compute_key()
57 int DH_compute_key_padded(unsigned char *key, const BIGNUM *pub_key, DH *dh) in DH_compute_key_padded()
103 static int generate_key(DH *dh) in generate_key()
197 static int compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh) in compute_key()
249 static int dh_bn_mod_exp(const DH *dh, BIGNUM *r, in dh_bn_mod_exp()
256 static int dh_init(DH *dh) in dh_init()
262 static int dh_finish(DH *dh) in dh_finish()