Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Ddh.h31 struct dhgroup { struct
32 int size;
33 BIGNUM *g;
34 BIGNUM *p;
/freebsd/contrib/wpa/src/eap_common/
H A Deap_eke_common.h63 u8 dhgroup; member
H A Deap_eke_common.c42 static int eap_eke_dhcomp_len(u8 dhgroup, u8 encr) in eap_eke_dhcomp_len()
699 int eap_eke_session_init(struct eap_eke_session *sess, u8 dhgroup, u8 encr, in eap_eke_session_init()
/freebsd/contrib/wpa/src/eap_peer/
H A Deap_eke.c31 u8 dhgroup; /* forced DH group or 0 to allow all supported */ member
165 static int eap_eke_supp_dhgroup(u8 dhgroup) in eap_eke_supp_dhgroup()