Lines Matching full:bignum
102 int (*compute_key)(unsigned char *key,const BIGNUM *pub_key,DH *dh);
103 int (*bn_mod_exp)(const DH *dh, BIGNUM *r, const BIGNUM *a,
104 const BIGNUM *p, const BIGNUM *m, BN_CTX *ctx,
121 BIGNUM *p;
122 BIGNUM *g;
124 BIGNUM *pub_key; /* g^x */
125 BIGNUM *priv_key; /* x */
130 BIGNUM *q;
131 BIGNUM *j;
134 BIGNUM *counter;
195 int DH_check_pub_key(const DH *dh,const BIGNUM *pub_key, int *codes);
197 int DH_compute_key(unsigned char *key,const BIGNUM *pub_key,DH *dh);