Lines Matching refs:DH
11 * DH low level APIs are deprecated for public use, but still ok for
106 int (*DH_meth_get_generate_key(const DH_METHOD *dhm)) (DH *)
111 int DH_meth_set_generate_key(DH_METHOD *dhm, int (*generate_key) (DH *))
118 (unsigned char *key, const BIGNUM *pub_key, DH *dh)
124 int (*compute_key) (unsigned char *key, const BIGNUM *pub_key, DH *dh))
132 (const DH *, BIGNUM *, const BIGNUM *, const BIGNUM *, const BIGNUM *,
139 int (*bn_mod_exp) (const DH *, BIGNUM *, const BIGNUM *, const BIGNUM *,
146 int (*DH_meth_get_init(const DH_METHOD *dhm))(DH *)
151 int DH_meth_set_init(DH_METHOD *dhm, int (*init)(DH *))
157 int (*DH_meth_get_finish(const DH_METHOD *dhm)) (DH *)
162 int DH_meth_set_finish(DH_METHOD *dhm, int (*finish) (DH *))
169 (DH *, int, int, BN_GENCB *)
175 int (*generate_params) (DH *, int, int, BN_GENCB *))