Home | History | Annotate | Download | only in dh

Lines Matching full:bignum

66 static int compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh);
67 static int dh_bn_mod_exp(const DH *dh, BIGNUM *r,
68 const BIGNUM *a, const BIGNUM *p,
69 const BIGNUM *m, BN_CTX *ctx,
79 int DH_compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh)
108 BIGNUM *pub_key=NULL,*priv_key=NULL;
146 BIGNUM local_prk;
147 BIGNUM *prk;
174 static int compute_key(unsigned char *key, const BIGNUM *pub_key, DH *dh)
178 BIGNUM *tmp;
234 static int dh_bn_mod_exp(const DH *dh, BIGNUM *r,
235 const BIGNUM *a, const BIGNUM *p,
236 const BIGNUM *m, BN_CTX *ctx,