Lines Matching refs:MP_t
32 typedef mpi * MP_t; typedef
47 MP_t p;
48 MP_t g;
49 MP_t pub_key;
50 MP_t priv_key;
72 static int MDH_compute_key(uint8_t *secret, size_t len, MP_t pub, MDH *dh) in MDH_compute_key()
83 typedef mpz_ptr MP_t; typedef
98 MP_t p;
99 MP_t g;
100 MP_t pub_key;
101 MP_t priv_key;
143 static int MDH_compute_key(uint8_t *secret, size_t len, MP_t pub, MDH *dh) in MDH_compute_key()
170 typedef BIGNUM * MP_t; typedef
197 isValidPublicKey(MP_t y, MP_t p, MP_t q) in isValidPublicKey()
200 MP_t bn; in isValidPublicKey()
288 MP_t q1 = NULL; in DHGenerateKey()
353 MP_t q1 = NULL, pubkeyBn = NULL; in DHComputeSharedSecretKey()