Home | History | Annotate | Download | only in openssl

Lines Matching refs:BIGNUM

131 OPENSSL_EXPORT int DH_compute_key(uint8_t *out, const BIGNUM *peers_key,
170 OPENSSL_EXPORT int DH_check_pub_key(const DH *dh, const BIGNUM *pub_key,
230 int (*compute_key)(DH *dh, uint8_t *out, const BIGNUM *pub_key);
236 BIGNUM *p;
237 BIGNUM *g;
238 BIGNUM *pub_key; /* g^x */
239 BIGNUM *priv_key; /* x */
249 BIGNUM *q;
250 BIGNUM *j;
253 BIGNUM *counter;