Lines Matching refs:BIGNUM
117 void DH_get0_key(const DH *dh, const BIGNUM **out_pub_key, in DH_get0_key()
118 const BIGNUM **out_priv_key) { in DH_get0_key()
127 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key) { in DH_set0_key()
141 void DH_get0_pqg(const DH *dh, const BIGNUM **out_p, const BIGNUM **out_q, in DH_get0_pqg()
142 const BIGNUM **out_g) { in DH_get0_pqg()
154 int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g) { in DH_set0_pqg()
204 BIGNUM *t1, *t2; in DH_generate_parameters_ex()
296 BIGNUM *pub_key = NULL, *priv_key = NULL; in DH_generate_key()
379 int DH_compute_key(unsigned char *out, const BIGNUM *peers_key, DH *dh) { in DH_compute_key()
381 BIGNUM *shared_key; in DH_compute_key()
441 static int int_dh_bn_cpy(BIGNUM **dst, const BIGNUM *src) { in int_dh_bn_cpy()
442 BIGNUM *a = NULL; in int_dh_bn_cpy()