Lines Matching refs:DH
1 /* $NetBSD: dh.h,v 1.13 2021/04/19 14:40:15 christos Exp $ */
2 /* $OpenBSD: dh.h,v 1.19 2021/03/12 04:08:19 dtucker Exp $ */
38 DH *choose_dh(int, int, int);
39 DH *dh_new_group_asc(const char *, const char *);
40 DH *dh_new_group(BIGNUM *, BIGNUM *);
41 DH *dh_new_group1(void);
42 DH *dh_new_group14(void);
43 DH *dh_new_group16(void);
44 DH *dh_new_group18(void);
45 DH *dh_new_group_fallback(int);
47 int dh_gen_key(DH *, int);
48 int dh_pub_is_valid(const DH *, const BIGNUM *);