Lines Matching refs:DH
11 * DH low level APIs are deprecated for public use, but still ok for
28 int DH_check_params_ex(const DH *dh)
48 int DH_check_params(const DH *dh, int *ret)
57 nid = DH_get_nid((DH *)dh);
69 int DH_check_params(const DH *dh, int *ret)
111 int DH_check_ex(const DH *dh)
141 int DH_check(const DH *dh, int *ret)
149 int nid = DH_get_nid((DH *)dh);
229 int DH_check_pub_key_ex(const DH *dh, const BIGNUM *pub_key)
249 int DH_check_pub_key(const DH *dh, const BIGNUM *pub_key, int *ret)
271 int ossl_dh_check_pub_key_partial(const DH *dh, const BIGNUM *pub_key, int *ret)
276 int ossl_dh_check_priv_key(const DH *dh, const BIGNUM *priv_key, int *ret)
311 if (DH_get_nid((DH *)dh) != NID_undef && dh->length != 0) {
330 int ossl_dh_check_pairwise(const DH *dh)