Home
last modified time | relevance | path

Searched refs:dh_groups (Results 1 – 3 of 3) sorted by relevance

/dflybsd-src/contrib/wpa_supplicant/src/crypto/
H A Ddh_groups.c1156 static const struct dh_group dh_groups[] = { variable
1172 #define NUM_DH_GROUPS ARRAY_SIZE(dh_groups)
1180 if (dh_groups[i].id == id) in dh_groups_get()
1181 return &dh_groups[i]; in dh_groups_get()
/dflybsd-src/usr.sbin/802_11/wpa_supplicant/
H A DMakefile17 ctrl_iface_common.c ctrl_iface_unix.c dh_groups.c driver_bsd.c driver_common.c \
/dflybsd-src/usr.sbin/802_11/
H A DMakefile.crypto116 SRCS+= dh_groups.c