Home | History | Annotate | Download | only in dh

Lines Matching full:bignum

117 void DH_get0_key(const DH *dh, const BIGNUM **out_pub_key,
118 const BIGNUM **out_priv_key) {
127 void DH_get0_pqg(const DH *dh, const BIGNUM **out_p, const BIGNUM **out_q,
128 const BIGNUM **out_g) {
168 BIGNUM *t1, *t2;
260 BIGNUM *pub_key = NULL, *priv_key = NULL;
343 int DH_compute_key(unsigned char *out, const BIGNUM *peers_key, DH *dh) {
345 BIGNUM *shared_key;
405 static int int_dh_bn_cpy(BIGNUM **dst, const BIGNUM *src) {
406 BIGNUM *a = NULL;