Home
last modified time | relevance | path

Searched refs:dhgroup (Results 1 – 4 of 4) sorted by relevance

/openbsd/usr.bin/ssh/
H A Ddh.h31 struct dhgroup { struct
H A Ddh.c54 parse_prime(int linenum, char *line, struct dhgroup *dhg) in parse_prime()
158 struct dhgroup dhg; in choose_dh()
/openbsd/sbin/isakmpd/
H A Dconf.c484 char *dhgroup[] = {"MODP_1024", "MODP_768", "MODP_1024", in conf_load_defaults() local
563 dhgroup[group], mm_enc_p[enc], in conf_load_defaults()
587 dhgroup[group], in conf_load_defaults()
/openbsd/sbin/iked/
H A Dpolicy.c1079 struct iked_transform **xforms, int rekey, int dhgroup) in proposals_match() argument
1141 if (nodh == 0 && dhgroup >= 0 && in proposals_match()
1146 if (tlocal->xform_id == dhgroup) { in proposals_match()