• Home
  • Raw
  • Download

Lines Matching refs:DH

17 int DH_set_method(DH *dh, const DH_METHOD *meth)  in DH_set_method()
37 DH *DH_new(void) in DH_new()
42 DH *DH_new_method(ENGINE *engine) in DH_new_method()
44 DH *ret = OPENSSL_zalloc(sizeof(*ret)); in DH_new_method()
96 void DH_free(DH *r) in DH_free()
130 int DH_up_ref(DH *r) in DH_up_ref()
142 int DH_set_ex_data(DH *d, int idx, void *arg) in DH_set_ex_data()
147 void *DH_get_ex_data(DH *d, int idx) in DH_get_ex_data()
152 int DH_bits(const DH *dh) in DH_bits()
157 int DH_size(const DH *dh) in DH_size()
162 int DH_security_bits(const DH *dh) in DH_security_bits()
175 void DH_get0_pqg(const DH *dh, in DH_get0_pqg()
186 int DH_set0_pqg(DH *dh, BIGNUM *p, BIGNUM *q, BIGNUM *g) in DH_set0_pqg()
215 long DH_get_length(const DH *dh) in DH_get_length()
220 int DH_set_length(DH *dh, long length) in DH_set_length()
226 void DH_get0_key(const DH *dh, const BIGNUM **pub_key, const BIGNUM **priv_key) in DH_get0_key()
234 int DH_set0_key(DH *dh, BIGNUM *pub_key, BIGNUM *priv_key) in DH_set0_key()
248 const BIGNUM *DH_get0_p(const DH *dh) in DH_get0_p()
253 const BIGNUM *DH_get0_q(const DH *dh) in DH_get0_q()
258 const BIGNUM *DH_get0_g(const DH *dh) in DH_get0_g()
263 const BIGNUM *DH_get0_priv_key(const DH *dh) in DH_get0_priv_key()
268 const BIGNUM *DH_get0_pub_key(const DH *dh) in DH_get0_pub_key()
273 void DH_clear_flags(DH *dh, int flags) in DH_clear_flags()
278 int DH_test_flags(const DH *dh, int flags) in DH_test_flags()
283 void DH_set_flags(DH *dh, int flags) in DH_set_flags()
288 ENGINE *DH_get0_engine(DH *dh) in DH_get0_engine()